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

/external/aac/libMpegTPEnc/src/
H A Dtpenc_asc.cpp269 UCHAR isCpe = (*pEl_list++==ID_CPE) ? 1 : 0; local
270 UCHAR tag = (isCpe) ? cpeCnt++ : sceCnt++;
271 FDKwriteBits(hBs, isCpe, 1); /* Front channel Elements is CPE? */
275 UCHAR isCpe = (*pEl_list++==ID_CPE) ? 1 : 0; local
276 UCHAR tag = (isCpe) ? cpeCnt++ : sceCnt++;
277 FDKwriteBits(hBs, isCpe, 1); /* Front channel Elements is CPE? */
281 UCHAR isCpe = (*pEl_list++==ID_CPE) ? 1 : 0; local
282 UCHAR tag = (isCpe) ? cpeCnt++ : sceCnt++;
283 FDKwriteBits(hBs, isCpe, 1); /* Front channel Elements is CPE? */
/external/aac/libMpegTPDec/src/
H A Dtpdec_asc.cpp625 int isCpe = 0, i; local
648 isCpe = 1;
653 if (isCpe == pPce->FrontElementIsCpe[i] && pPce->FrontElementTagSelect[i] == tag) {
687 if (isCpe) {
707 if (isCpe == pPce->SideElementIsCpe[i] && pPce->SideElementTagSelect[i] == tag) {
741 if (isCpe) {
761 if (isCpe == pPce->BackElementIsCpe[i] && pPce->BackElementTagSelect[i] == tag) {
795 if (isCpe) {

Completed in 146 milliseconds