Home
last modified time | relevance | path

Searched refs:el_channels (Results 1 – 3 of 3) sorted by relevance

/external/aac/libAACdec/src/
Dchannel.cpp136 int el_channels) in CChannelElement_Decode() argument
140 maybe_jstereo = (el_channels > 1); in CChannelElement_Decode()
142 for (ch = 0; ch < el_channels; ch++) { in CChannelElement_Decode()
179 for (ch = 0; ch < el_channels; ch++) in CChannelElement_Decode()
194 el_channels in CChannelElement_Decode()
Dchannel.h120 int el_channels );
Daacdecoder.cpp1218 int el_channels; in CAacDecoder_DecodeFrame() local
1241 el_channels = 2; in CAacDecoder_DecodeFrame()
1243 el_channels = 1; in CAacDecoder_DecodeFrame()
1246 …if ( (el_cnt[type] >= (self->ascChannels>>(el_channels-1))) || (aacChannels > (self->ascChannels-e… in CAacDecoder_DecodeFrame()
1254 for (ch=0; ch < el_channels; ch+=1) { in CAacDecoder_DecodeFrame()
1268 el_channels, in CAacDecoder_DecodeFrame()
1298 el_channels in CAacDecoder_DecodeFrame()