Lines Matching refs:pfx
208 int ret, escape, pfx, value, yflag, xflag, flag = 0;
235 pfx = 14 + ((((uint64_t)(value - 14)) >> 32) & (value - 14));
236 if (pfx < 1 || pfx > 25)
238 cnt1 *= (1 << pfx) - 1;
239 shbits = show_bits(bc, pfx);
241 skip_bits(bc, pfx - 1);
243 skip_bits(bc, pfx);
272 pfx = ((state + 8) >> 5) + (state ? ff_clz(state) : 32) - 24;
273 escape = av_mod_uintp2(16383, pfx);
276 if (pfx < 1 || pfx > 25)
279 value = show_bits(bc, pfx);
281 skip_bits(bc, pfx);
284 skip_bits(bc, pfx - 1);