Searched refs:ff_opus_rc_dec_log (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | opus_celt.c | 43 if (opus_rc_tell(rc) + 3 <= f->framebits && ff_opus_rc_dec_log(rc, 3)) { in celt_decode_coarse_energy() 69 value = -(float)ff_opus_rc_dec_log(rc, 1); in celt_decode_coarse_energy() 129 diff ^= ff_opus_rc_dec_log(rc, bits); in celt_decode_tf_changes() 139 tf_select = ff_opus_rc_dec_log(rc, 1); in celt_decode_tf_changes() 241 int has_postfilter = ff_opus_rc_dec_log(rc, 1); in parse_postfilter() 370 f->silence = ff_opus_rc_dec_log(rc, 15); in ff_celt_decode_frame() 383 f->transient = ff_opus_rc_dec_log(rc, 3); in ff_celt_decode_frame()
|
H A D | opus_rc.h | 88 uint32_t ff_opus_rc_dec_log(OpusRangeCoder *rc, uint32_t bits);
|
H A D | opus.c | 622 is_boost = ff_opus_rc_dec_log(rc, b_dynalloc); in ff_celt_bitalloc() 804 do_not_skip = ff_opus_rc_dec_log(rc, 1); in ff_celt_bitalloc() 844 f->dual_stereo = ff_opus_rc_dec_log(rc, 1); in ff_celt_bitalloc()
|
H A D | opusdec.c | 217 redundancy = ff_opus_rc_dec_log(&s->rc, 12); in opus_decode_frame() 222 redundancy_pos = ff_opus_rc_dec_log(&s->rc, 1); in opus_decode_frame()
|
H A D | opus_rc.c | 114 uint32_t ff_opus_rc_dec_log(OpusRangeCoder *rc, uint32_t bits) in ff_opus_rc_dec_log() function
|
H A D | opus_silk.c | 817 active[i][j] = ff_opus_rc_dec_log(rc, 1); in ff_silk_decode_superframe() 819 redundancy[i] = ff_opus_rc_dec_log(rc, 1); in ff_silk_decode_superframe()
|
H A D | opus_pvq.c | 646 inv = (b > 2 << 3 && f->remaining2 > 2 << 3) ? ff_opus_rc_dec_log(rc, 2) : 0; in quant_band_template()
|
Completed in 8 milliseconds