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.cpp1187 int el_channels; in CAacDecoder_DecodeFrame() local
1210 el_channels = 2; in CAacDecoder_DecodeFrame()
1212 el_channels = 1; in CAacDecoder_DecodeFrame()
1215 …if ( (el_cnt[type] >= (self->ascChannels>>(el_channels-1))) || (aacChannels > (self->ascChannels-e… in CAacDecoder_DecodeFrame()
1223 for (ch=0; ch < el_channels; ch+=1) { in CAacDecoder_DecodeFrame()
1237 el_channels, in CAacDecoder_DecodeFrame()
1267 el_channels in CAacDecoder_DecodeFrame()