Lines Matching defs:weight_idx
243 int i, weight_idx = 0, delta, diff, pos, delta_bits, min_val, flag,
270 weight_idx = get_bits(gb, 2);
340 weight_idx = get_bits(gb, 2);
372 if (weight_idx)
373 return add_wordlen_weights(ctx, chan, weight_idx, avctx);
390 int i, weight_idx = 0, delta, diff, num_long_vals,
410 weight_idx = get_bits(gb, 2);
411 if (weight_idx == 3) {
477 weight_idx = get_bits(gb, 2);
481 if (weight_idx == 3) {
507 if (weight_idx && weight_idx < 3)
508 return subtract_sf_weights(ctx, chan, weight_idx, avctx);