Home
last modified time | relevance | path

Searched refs:aacFrameSize (Results 1 – 2 of 2) sorted by relevance

/external/aac/libAACdec/src/
Daacdec_drc.cpp852 int aacFrameSize, in aacDecoder_drcApply() argument
900 pDrcChData->bandTop[0] = fixMin(pDrcChData->bandTop[0], (aacFrameSize >> 2) - 1); in aacDecoder_drcApply()
940 top = fixMin((int)( (pDrcChData->bandTop[band]+1)<<2 ), aacFrameSize); in aacDecoder_drcApply()
1015 if (((pDrcChData->bandTop[numBands-1]+1)<<2) < aacFrameSize) res = 0; in aacDecoder_drcApply()
1057 …top = fixMin((int)( (pDrcChData->bandTop[band]+1)<<2 ), aacFrameSize); /* ... * DRC_BAND_MULT; */ in aacDecoder_drcApply()
1069 for (bin = bottom; bin < aacFrameSize; bin+=1) { in aacDecoder_drcApply()
Daacdec_drc.h165 int aacFrameSize,