Home
last modified time | relevance | path

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

/external/libopus/celt/
Drate.c250 … int skip_rsv, int *intensity, int intensity_rsv, int *dual_stereo, int dual_stereo_rsv, int *bits, in interp_bits2pulses() argument
376 psum -= bits[j]+intensity_rsv; in interp_bits2pulses()
377 if (intensity_rsv > 0) in interp_bits2pulses()
378 intensity_rsv = LOG2_FRAC_TABLE[j-start]; in interp_bits2pulses()
379 psum += intensity_rsv; in interp_bits2pulses()
393 if (intensity_rsv > 0) in interp_bits2pulses()
539 int intensity_rsv; in clt_compute_allocation() local
554 intensity_rsv = dual_stereo_rsv = 0; in clt_compute_allocation()
557 intensity_rsv = LOG2_FRAC_TABLE[end-start]; in clt_compute_allocation()
558 if (intensity_rsv>total) in clt_compute_allocation()
[all …]