Searched refs:extrabits (Results 1 – 6 of 6) sorted by relevance
563 int extrabits = 0; in ff_celt_bitalloc() local836 int prev_extra = extrabits; in ff_celt_bitalloc()837 f->pulses[i] += extrabits; in ff_celt_bitalloc()848 extrabits = FFMAX(f->pulses[i] - f->caps[i], 0); in ff_celt_bitalloc()849 f->pulses[i] -= extrabits; in ff_celt_bitalloc()877 extrabits = FFMAX(f->pulses[i] - (f->channels << 3), 0); in ff_celt_bitalloc()878 f->pulses[i] -= extrabits; in ff_celt_bitalloc()884 if (extrabits > 0) { in ff_celt_bitalloc()885 int fineextra = FFMIN(extrabits >> (f->channels + 2), in ff_celt_bitalloc()890 f->fine_priority[i] = (fineextra >= extrabits - prev_extra); in ff_celt_bitalloc()[all …]
496 int extrabits = 0; in msmpeg4_encode_dc() local555 extrabits = 3 - s->qscale; in msmpeg4_encode_dc()558 put_bits(&s->pb, 8 + extrabits, level); in msmpeg4_encode_dc()559 else if(extrabits > 0)//== VC1 && s->qscale<=2 in msmpeg4_encode_dc()560 put_bits(&s->pb, extrabits, extquant); in msmpeg4_encode_dc()
98 int extrabits = show_bits(gb, k); in decode_scalar() local103 if (extrabits > 1) { in decode_scalar()104 x += extrabits - 1; in decode_scalar()
192 let extrabits = match fp.exp <= -mantissa_shift { in error_is_accurate() localVariable244 let maskbits = extrabits as u64; in error_is_accurate()248 if extrabits > 64 { in error_is_accurate()
922 mode_t extrabits = mode & ~(07777); in string_to_mode() local929 return mode | extrabits; in string_to_mode()998 return mode|extrabits; in string_to_mode()
66 pavgb m1, m2 ; (256 - p3 + extrabits) >> 1