HomeSort by relevance Sort by last modified time
    Searched refs:channelGroupIsParametricDrc (Results 1 - 4 of 4) sorted by null

  /external/aac/libDRCdec/src/
drcGainDec_init.cpp 141 pActiveDrc->channelGroupIsParametricDrc[g] = 1;
143 pActiveDrc->channelGroupIsParametricDrc[g] = 0;
159 if (pActiveDrc->channelGroupIsParametricDrc[g]) {
drcDec_gainDecoder.h 165 UCHAR channelGroupIsParametricDrc[8];
drcGainDec_process.cpp 140 if ((g >= 0) && !pActiveDrc->channelGroupIsParametricDrc[g]) {
493 if ((g >= 0) && !pActiveDrc->channelGroupIsParametricDrc[g]) {
drcGainDec_preprocess.cpp 664 if (!pActiveDrc->channelGroupIsParametricDrc[g]) {

Completed in 1562 milliseconds