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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dopus_celt.c74 int coded_channels; member in struct:CeltContext
540 for (j = 0; j < s->coded_channels; j++) {
576 for (j = 0; j < s->coded_channels; j++) {
593 for (i = s->startband; i < s->endband && bits_left >= s->coded_channels; i++) {
597 for (j = 0; j < s->coded_channels; j++) {
671 cap[i] = (celt_static_caps[s->duration][s->coded_channels - 1][i] + 64)
672 * celt_freq_range[i] << (s->coded_channels - 1) << s->duration >> 2;
683 quanta = celt_freq_range[i] << (s->coded_channels - 1) << s->duration;
719 if (s->coded_channels == 2) {
735 int scale = duration + s->coded_channels
1976 ff_celt_decode_frame(CeltContext *s, OpusRangeCoder *rc, float **output, int coded_channels, int frame_size, int startband, int endband) argument
[all...]
H A Dopus_silk.c1224 int frame_num, int channel, int coded_channels, int active, int active1)
1246 if (coded_channels == 2 && channel == 0) {
1501 int coded_channels,
1508 coded_channels > 2 || duration_ms > 60) {
1522 if (coded_channels > s->prev_coded_channels)
1524 s->prev_coded_channels = coded_channels;
1527 for (i = 0; i < coded_channels; i++) {
1539 for (j = 0; j < coded_channels && !s->midonly; j++)
1540 silk_decode_frame(s, rc, i, j, coded_channels, active[j][i], active[1][i]);
1546 if (coded_channels
1223 silk_decode_frame(SilkContext *s, OpusRangeCoder *rc, int frame_num, int channel, int coded_channels, int active, int active1) argument
1498 ff_silk_decode_superframe(SilkContext *s, OpusRangeCoder *rc, float *output[2], enum OpusBandwidth bandwidth, int coded_channels, int duration_ms) argument
[all...]
H A Dopus.h396 enum OpusBandwidth bandwidth, int coded_channels,
406 float **output, int coded_channels, int frame_size,

Completed in 47 milliseconds