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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddcadec.c448 int xch_base_channel; ///< index of first (only) channel containing XCH data member in struct:__anon3118
2250 s->xch_base_channel = s->prim_channels;
2271 if (s->xch_base_channel < 2) {
2277 dca_parse_audio_coding_header(s, s->xch_base_channel, 0);
2280 if ((ret = dca_decode_block(s, s->xch_base_channel, i))) {
2369 if (s->channel_order_tab[s->xch_base_channel] < 0)
2518 float *back_chan = s->samples_chanptr[s->channel_order_tab[s->xch_base_channel]];
2519 float *lt_chan = s->samples_chanptr[s->channel_order_tab[s->xch_base_channel - 2]];
2520 float *rt_chan = s->samples_chanptr[s->channel_order_tab[s->xch_base_channel - 1]];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddca.c374 int xch_base_channel; ///< index of first (only) channel containing XCH data member in struct:__anon1898
1761 s->xch_base_channel = s->prim_channels;
1783 dca_parse_audio_coding_header(s, s->xch_base_channel);
1786 if ((ret = dca_decode_block(s, s->xch_base_channel, i))) {
1906 float *back_chan = s->samples + s->channel_order_tab[s->xch_base_channel] * 256;
1907 float *lt_chan = s->samples + s->channel_order_tab[s->xch_base_channel - 2] * 256;
1908 float *rt_chan = s->samples + s->channel_order_tab[s->xch_base_channel - 1] * 256;

Completed in 81 milliseconds