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

/external/aac/libMpegTPDec/src/
H A Dtpdec_asc.cpp305 int el, numCh1 = 0, numCh2 = 0; local
312 numCh2 += pPce2->FrontElementIsCpe[el] ? 2 : 1;
314 if (numCh1 != numCh2) {
322 int el, numCh1 = 0, numCh2 = 0; local
329 numCh2 += pPce2->SideElementIsCpe[el] ? 2 : 1;
331 if (numCh1 != numCh2) {
339 int el, numCh1 = 0, numCh2 = 0; local
346 numCh2 += pPce2->BackElementIsCpe[el] ? 2 : 1;
348 if (numCh1 != numCh2) {

Completed in 60 milliseconds