Lines Matching defs:coeff
26 i = scan[coeff--]; \
48 int coeff, i, n;
57 coeff = get_bits(gb, 6);
58 if (get_bits_left(gb) < (coeff << 1))
61 // normally we would only need to clear the (63 - coeff) last values,
66 while (coeff) {
75 if (get_bits_left(gb) < (coeff << 2))
77 while (coeff) {
86 if (get_bits_left(gb) < (coeff << 3))
88 while (coeff) {