Searched refs:ff_opus_rc_enc_log (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | opusenc.c | 268 ff_opus_rc_enc_log(rc, tbit, bits); in celt_enc_tf() 277 ff_opus_rc_enc_log(rc, f->tf_select, 1); in celt_enc_tf() 290 ff_opus_rc_enc_log(rc, f->pfilter, 1); in celt_enc_quant_pfilter() 330 ff_opus_rc_enc_log(rc, intra, 3); in exp_quant_coarse() 356 ff_opus_rc_enc_log(rc, (q_en & 1), 1); in exp_quant_coarse() 431 ff_opus_rc_enc_log(rc, 1, 15); /* Silence (if using explicit singalling) */ in celt_encode_frame() 440 ff_opus_rc_enc_log(rc, 0, 15); in celt_encode_frame() 454 ff_opus_rc_enc_log(rc, 0, 15); in celt_encode_frame() 462 ff_opus_rc_enc_log(rc, f->transient, 3); in celt_encode_frame()
|
D | opus_rc.h | 89 void ff_opus_rc_enc_log(OpusRangeCoder *rc, int val, uint32_t bits);
|
D | opus.c | 620 ff_opus_rc_enc_log(rc, is_boost, b_dynalloc); in ff_celt_bitalloc() 802 ff_opus_rc_enc_log(rc, do_not_skip, 1); in ff_celt_bitalloc() 842 ff_opus_rc_enc_log(rc, f->dual_stereo, 1); in ff_celt_bitalloc()
|
D | opus_rc.c | 131 void ff_opus_rc_enc_log(OpusRangeCoder *rc, int val, uint32_t bits) in ff_opus_rc_enc_log() function
|
D | opus_pvq.c | 641 ff_opus_rc_enc_log(rc, inv, 2); in quant_band_template()
|