OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCpe
(Results
1 - 2
of
2
) sorted by null
/external/aac/libMpegTPEnc/src/
tpenc_asc.cpp
269
UCHAR
isCpe
= (*pEl_list++==ID_CPE) ? 1 : 0;
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;
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;
282
UCHAR tag = (
isCpe
) ? cpeCnt++ : sceCnt++;
283
FDKwriteBits(hBs,
isCpe
, 1); /* Front channel Elements is CPE? */
/external/aac/libMpegTPDec/src/
tpdec_asc.cpp
625
int
isCpe
= 0, i;
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
) {
[
all
...]
Completed in 63 milliseconds