Home
last modified time | relevance | path

Searched refs:remaining2 (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dopus_pvq.c512 if (f->remaining2 >= 1 << 3) { in quant_band_template()
519 f->remaining2 -= 1 << 3; in quant_band_template()
640 if (b > 2 << 3 && f->remaining2 > 2 << 3) { in quant_band_template()
646 inv = (b > 2 << 3 && f->remaining2 > 2 << 3) ? ff_opus_rc_dec_log(rc, 2) : 0; in quant_band_template()
689 f->remaining2 -= qalloc+sbits; in quant_band_template()
741 f->remaining2 -= qalloc; in quant_band_template()
753 rebalance = f->remaining2; in quant_band_template()
760 rebalance = mbits - (rebalance - f->remaining2); in quant_band_template()
777 rebalance = sbits - (rebalance - f->remaining2); in quant_band_template()
792 f->remaining2 -= curr_bits; in quant_band_template()
[all …]
Dopus_celt.h135 int remaining2; member
Dopusenc_psy.c46 f->remaining2 = ((f->framebits << 3) - f->anticollapse_needed) - opus_rc_tell_frac(rc) - 1; in pvq_band_cost()
49 b = av_clip_uintp2(FFMIN(f->remaining2 + 1, f->pulses[band] + curr_balance), 14); in pvq_band_cost()
Dopus.c497 f->remaining2 = totalbits - consumed - 1; in ff_celt_quant_bands()
500 b = av_clip_uintp2(FFMIN(f->remaining2 + 1, f->pulses[i] + curr_balance), 14); in ff_celt_quant_bands()
/third_party/typescript/tests/baselines/reference/
DcommentsAfterSpread.js76 remaining2
123 const { kc, kd, ... /* comment kr2 */remaining2 } = rest;
DcommentsAfterSpread.symbols173 remaining2
174 >remaining2 : Symbol(remaining2, Decl(commentsAfterSpread.ts, 72, 7))
DcommentsAfterSpread.types197 remaining2
198 >remaining2 : { [x: string]: any; }
/third_party/typescript/tests/cases/compiler/
DcommentsAfterSpread.ts76 remaining2