OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:numch2
(Results
1 - 1
of
1
) sorted by null
/external/aac/libMpegTPDec/src/
tpdec_asc.cpp
236
int el, numCh1 = 0,
numCh2
= 0;
239
numCh2
+= pPce2->FrontElementIsCpe[el] ? 2 : 1;
241
if (numCh1 !=
numCh2
) {
249
int el, numCh1 = 0,
numCh2
= 0;
252
numCh2
+= pPce2->SideElementIsCpe[el] ? 2 : 1;
254
if (numCh1 !=
numCh2
) {
262
int el, numCh1 = 0,
numCh2
= 0;
265
numCh2
+= pPce2->BackElementIsCpe[el] ? 2 : 1;
267
if (numCh1 !=
numCh2
) {
[
all
...]
Completed in 61 milliseconds