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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dresample.c48 int input_channels, output_channels, filter_channels; member in struct:ReSampleContext
172 s->filter_channels = s->input_channels;
173 if (s->output_channels < s->filter_channels)
174 s->filter_channels = s->output_channels;
205 * AC-3 output is the only case where filter_channels could be greater than 2.
209 if(s->filter_channels>2)
210 s->filter_channels = 2;
296 for(i=0; i<s->filter_channels; i++){
326 for(i=0;i<s->filter_channels;i++) {
328 int is_last= i+1 == s->filter_channels;
[all...]

Completed in 88 milliseconds