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

  /external/aac/libDRCdec/src/
drcDec_reader.cpp 572 pGMod[b].gainOffsetPresent = FDKreadBits(hBs, 1);
598 if (!isBox) pGMod[b].gainOffsetPresent = FDKreadBits(hBs, 1);
599 if (pGMod[b].gainOffsetPresent) {
621 int b, gainScalingPresent, gainOffsetPresent;
638 gainOffsetPresent = FDKreadBits(hBs, 1);
639 if (gainOffsetPresent) {
656 pGMod[b].gainOffsetPresent = gainOffsetPresent;
    [all...]
drcDec_types.h 190 UCHAR gainOffsetPresent;
drcGainDec_preprocess.cpp 580 if ((pGMod != NULL) && (pGMod->gainOffsetPresent == 1)) {

Completed in 79 milliseconds