Searched refs:itheta (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | opus_pvq.c | 249 /* The upper limit ensures that in a stereo split with itheta==16384, we'll in celt_compute_qn() 586 int itheta = quant ? celt_calc_theta(X, Y, stereo, N) : 0; in quant_band_template() local 603 itheta = (itheta*qn + 8192) >> 14; in quant_band_template() 608 ff_opus_rc_enc_uint_step(rc, itheta, qn / 2); in quant_band_template() 610 ff_opus_rc_enc_uint(rc, itheta, qn + 1); in quant_band_template() 612 ff_opus_rc_enc_uint_tri(rc, itheta, qn); in quant_band_template() 613 itheta = itheta * 16384 / qn; in quant_band_template() 615 if (itheta in quant_band_template() [all...] |
Completed in 2 milliseconds