Lines Matching refs:quantizedSpectralCoefficientsIdx
296 pHcr->decInOut.quantizedSpectralCoefficientsIdx = 0; in HcrInit()
507 pTmp4 = pHcr->decInOut.quantizedSpectralCoefficientsIdx; in HcrDecoder()
529 pHcr->decInOut.quantizedSpectralCoefficientsIdx = pTmp4; in HcrDecoder()
1062 …int quantizedSpectralCoefficientsIdx = pHcr->decInOut.quantizedSpectralCoefficientsIdx; in DecodePCWs() local
1078 …FDKmemclear(pQuantizedSpectralCoefficients+quantizedSpectralCoefficientsIdx,1024*sizeof(FIXP_DBL)); in DecodePCWs()
1118 …pQuantizedSpectralCoefficients[quantizedSpectralCoefficientsIdx] = (FIXP_DBL) *pQuantVal++; … in DecodePCWs()
1119 quantizedSpectralCoefficientsIdx++; in DecodePCWs()
1120 if (quantizedSpectralCoefficientsIdx >= 1024) { in DecodePCWs()
1134 …ERROR_PCW_BODY,pHcr,PCW_BODY,pQuantizedSpectralCoefficients+quantizedSpectralCoefficientsIdx-dimen… in DecodePCWs()
1163 &quantizedSpectralCoefficientsIdx, in DecodePCWs()
1180 …ODY_SIGN,pHcr,PCW_BODY_SIGN, pQuantizedSpectralCoefficients+quantizedSpectralCoefficientsIdx-dimen… in DecodePCWs()
1210 &quantizedSpectralCoefficientsIdx, in DecodePCWs()
1220 quantizedSpectralCoefficientsIdx -= DIMENSION_OF_ESCAPE_CODEBOOK; in DecodePCWs()
1222 …if ( fixp_abs(pQuantizedSpectralCoefficients[quantizedSpectralCoefficientsIdx]) == (FIXP_DBL)ESCAP… in DecodePCWs()
1223 …pQuantizedSpectralCoefficients[quantizedSpectralCoefficientsIdx] = (FIXP_DBL) DecodeEscapeSequence… in DecodePCWs()
1224 … pQuantizedSpectralCoefficients[quantizedSpectralCoefficientsIdx], in DecodePCWs()
1230 quantizedSpectralCoefficientsIdx++; in DecodePCWs()
1231 if (quantizedSpectralCoefficientsIdx >= 1024) { in DecodePCWs()
1235 …if ( fixp_abs(pQuantizedSpectralCoefficients[quantizedSpectralCoefficientsIdx]) == (FIXP_DBL)ESCAP… in DecodePCWs()
1236 …pQuantizedSpectralCoefficients[quantizedSpectralCoefficientsIdx] = (FIXP_DBL) DecodeEscapeSequence… in DecodePCWs()
1237 … pQuantizedSpectralCoefficients[quantizedSpectralCoefficientsIdx], in DecodePCWs()
1243 quantizedSpectralCoefficientsIdx++; in DecodePCWs()
1244 if (quantizedSpectralCoefficientsIdx >= 1024) { in DecodePCWs()
1257 …N_ESC,pHcr,PCW_BODY_SIGN_ESC,pQuantizedSpectralCoefficients+quantizedSpectralCoefficientsIdx-DIMEN… in DecodePCWs()
1283 pHcr->decInOut.quantizedSpectralCoefficientsIdx = quantizedSpectralCoefficientsIdx; in DecodePCWs()