Home
last modified time | relevance | path

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

/external/aac/libSACenc/src/
Dsacenc_paramextract.cpp558 UCHAR *const pbIccQuantCoarse, SCHAR *const pCldIdx, in fdk_sacenc_applyTtoBox() argument
573 if ((hTtoBox == NULL) || (pCldIdx == NULL) || (pbCldQuantCoarse == NULL) || in fdk_sacenc_applyTtoBox()
686 hTtoBox->nCldQuantSteps, pCldIdx); in fdk_sacenc_applyTtoBox()
687 deQuantizeCoefFDK(pCldIdx, nParamBands, hTtoBox->pCldQuantTableDec__FDK, in fdk_sacenc_applyTtoBox()
690 FDKmemcpy(pCldIdx, hTtoBox->pCldEbQIdx, nParamBands * sizeof(SCHAR)); in fdk_sacenc_applyTtoBox()
Dsacenc_paramextract.h184 UCHAR *const pbIccQuantCoarse, SCHAR *const pCldIdx,