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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dac3enc.h144 int num_cpl_channels; ///< number of channels in coupling member in struct:AC3Block
H A Dac3enc.c220 block->num_cpl_channels = 0;
222 block->num_cpl_channels += block->channel_in_cpl[ch];
223 block->cpl_in_use = block->num_cpl_channels > 1;
226 block->num_cpl_channels = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dac3enc.h149 int num_cpl_channels; ///< number of channels in coupling member in struct:AC3Block
H A Dac3enc.c219 block->num_cpl_channels = 0;
221 block->num_cpl_channels += block->channel_in_cpl[ch];
222 block->cpl_in_use = block->num_cpl_channels > 1;
225 block->num_cpl_channels = 0;

Completed in 137 milliseconds