Home
last modified time | relevance | path

Searched refs:elCh (Results 1 – 4 of 4) sorted by relevance

/external/aac/libAACdec/src/
Daacdecoder.cpp2198 int elCh = 0, ch2; in CAacDecoder_Init() local
2202 elCh = 2; in CAacDecoder_Init()
2204 elCh = 1; in CAacDecoder_Init()
2217 for (ch2 = 0; ch2 < elCh; ch2++) { in CAacDecoder_Init()
2240 if (complexStereoPredPossible && (elCh == 2)) { in CAacDecoder_Init()
2253 if (elCh > 0) { in CAacDecoder_Init()
2254 self->pAacDecoderStaticChannelInfo[ch - elCh]->nfRandomSeed = in CAacDecoder_Init()
2259 self->pAacDecoderStaticChannelInfo[ch - elCh + 1] in CAacDecoder_Init()
3218 int elCh = 0; in CAacDecoder_DecodeFrame() local
3220 for (; cIdx < el_channels; c++, cIdx++, elCh++) { in CAacDecoder_DecodeFrame()
[all …]
Dblock.h223 UINT elFlags, INT elCh);
Dblock.cpp1020 UINT elFlags, INT elCh) { in CBlock_FrequencyToTime() argument
/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp1055 unsigned elCh = elIsCpe[grp][el] ? 2 : 1; in CProgramConfig_GetPceChMap() local
1056 numCh[plane][grp] += elCh; in CProgramConfig_GetPceChMap()
1057 totCh[plane] += elCh; in CProgramConfig_GetPceChMap()
1062 unsigned elCh = pPce->NumLfeChannelElements; in CProgramConfig_GetPceChMap() local
1063 numCh[plane][grp] += elCh; in CProgramConfig_GetPceChMap()
1064 totCh[plane] += elCh; in CProgramConfig_GetPceChMap()