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

/external/aac/libMpegTPDec/src/
H A Dtpdec_asc.cpp217 pPce->FrontElementIsCpe[i] = (UCHAR) FDKreadBits(bs,1);
219 pPce->NumChannels += pPce->FrontElementIsCpe[i] ? 2 : 1;
311 numCh1 += pPce1->FrontElementIsCpe[el] ? 2 : 1;
312 numCh2 += pPce2->FrontElementIsCpe[el] ? 2 : 1;
376 pPce->FrontElementIsCpe[0] = 0;
377 pPce->FrontElementIsCpe[1] = 1;
394 pPce->FrontElementIsCpe[0] = 0;
395 pPce->FrontElementIsCpe[1] = 1;
409 pPce->FrontElementIsCpe[2] = 1;
423 pPce->FrontElementIsCpe[
[all...]
/external/aac/libMpegTPDec/include/
H A Dtp_data.h147 UCHAR FrontElementIsCpe[PC_FSB_CHANNELS_MAX]; member in struct:__anon156
/external/aac/libMpegTPEnc/include/
H A Dtp_data.h147 UCHAR FrontElementIsCpe[PC_FSB_CHANNELS_MAX]; member in struct:__anon173

Completed in 197 milliseconds