Searched refs:opus_rc_p2model (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dopus_celt.c528 if (opus_rc_tell(rc)+3 <= s->framebits && opus_rc_p2model(rc, 3)) {
559 value = -(float)opus_rc_p2model(rc, 1);
620 diff ^= opus_rc_p2model(rc, bits);
630 tf_select = opus_rc_p2model(rc, 1);
687 int add = opus_rc_p2model(rc, band_dynalloc);
855 if (opus_rc_p2model(rc, 1))
883 s->dualstereo = opus_rc_p2model(rc, 1);
1447 inv = (b > 2 << 3 && s->remaining2 > 2 << 3) ? opus_rc_p2model(rc, 2) : 0;
1801 int has_postfilter = opus_rc_p2model(rc, 1);
2026 silence = opus_rc_p2model(r
[all...]
H A Dopusdec.c251 redundancy = opus_rc_p2model(&s->rc, 12);
256 redundancy_pos = opus_rc_p2model(&s->rc, 1);
H A Dopus.h215 static av_always_inline unsigned int opus_rc_p2model(OpusRangeCoder *rc, unsigned int bits) function
H A Dopus_silk.c1529 active[i][j] = opus_rc_p2model(rc, 1);
1531 redundancy[i] = opus_rc_p2model(rc, 1);

Completed in 76 milliseconds