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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dopus_celt.c1200 /* The upper limit ensures that in a stereo split with itheta==16384, we'll
1419 int itheta = 0; local
1438 itheta = opus_rc_stepmodel(rc, qn/2);
1440 itheta = opus_rc_unimodel(rc, qn+1);
1442 itheta = opus_rc_trimodel(rc, qn);
1443 itheta = itheta * 16384 / qn;
1448 itheta = 0;
1454 if (itheta == 0) {
1459 } else if (itheta
[all...]

Completed in 41 milliseconds