Searched refs:extrabits (Results 1 – 5 of 5) sorted by relevance
586 int extrabits = 0; in ff_celt_bitalloc() local859 int prev_extra = extrabits; in ff_celt_bitalloc()860 f->pulses[i] += extrabits; in ff_celt_bitalloc()871 extrabits = FFMAX(f->pulses[i] - f->caps[i], 0); in ff_celt_bitalloc()872 f->pulses[i] -= extrabits; in ff_celt_bitalloc()900 extrabits = FFMAX(f->pulses[i] - (f->channels << 3), 0); in ff_celt_bitalloc()901 f->pulses[i] -= extrabits; in ff_celt_bitalloc()907 if (extrabits > 0) { in ff_celt_bitalloc()908 int fineextra = FFMIN(extrabits >> (f->channels + 2), in ff_celt_bitalloc()913 f->fine_priority[i] = (fineextra >= extrabits - prev_extra); in ff_celt_bitalloc()[all …]
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