Searched refs:remaining2 (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | opus_pvq.c | 512 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 …]
|
D | opus_celt.h | 135 int remaining2; member
|
D | opusenc_psy.c | 46 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()
|
D | opus.c | 497 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/ |
D | commentsAfterSpread.js | 76 remaining2 123 const { kc, kd, ... /* comment kr2 */remaining2 } = rest;
|
D | commentsAfterSpread.symbols | 173 remaining2 174 >remaining2 : Symbol(remaining2, Decl(commentsAfterSpread.ts, 72, 7))
|
D | commentsAfterSpread.types | 197 remaining2 198 >remaining2 : { [x: string]: any; }
|
/third_party/typescript/tests/cases/compiler/ |
D | commentsAfterSpread.ts | 76 remaining2
|