Home
last modified time | relevance | path

Searched refs:extrabits (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dopus.c563 int extrabits = 0; in ff_celt_bitalloc() local
836 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 …]
Dmsmpeg4enc.c496 int extrabits = 0; in msmpeg4_encode_dc() local
555 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()
Dalac.c98 int extrabits = show_bits(gb, k); in decode_scalar() local
103 if (extrabits > 1) { in decode_scalar()
104 x += extrabits - 1; in decode_scalar()
/third_party/rust/crates/minimal-lexical/src/
Dbellerophon.rs192 let extrabits = match fp.exp <= -mantissa_shift { in error_is_accurate() localVariable
244 let maskbits = extrabits as u64; in error_is_accurate()
248 if extrabits > 64 { in error_is_accurate()
/third_party/toybox/lib/
Dlib.c922 mode_t extrabits = mode & ~(07777); in string_to_mode() local
929 return mode | extrabits; in string_to_mode()
998 return mode|extrabits; in string_to_mode()
/third_party/ffmpeg/libavcodec/x86/
Dvp3dsp.asm66 pavgb m1, m2 ; (256 - p3 + extrabits) >> 1