Home | History | Annotate | Download | only in src

Lines Matching refs:quantizedSpectralCoefficientsIdx

403   int        quantizedSpectralCoefficientsIdx    =   pHcr->decInOut.quantizedSpectralCoefficientsIdx;
422 *iResultPointer++ = quantizedSpectralCoefficientsIdx;
424 quantizedSpectralCoefficientsIdx += codebookDim; /* update pointer by codebookDim --> point to next starting value for writing out */
425 if (quantizedSpectralCoefficientsIdx >= 1024) {
445 pHcr->decInOut.quantizedSpectralCoefficientsIdx = quantizedSpectralCoefficientsIdx;