OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quantizedSpectralCoefficientsIdx
(Results
1 - 3
of
3
) sorted by null
/external/aac/libAACdec/src/
aacdec_hcr.cpp
296
pHcr->decInOut.
quantizedSpectralCoefficientsIdx
= 0;
507
pTmp4 = pHcr->decInOut.
quantizedSpectralCoefficientsIdx
;
529
pHcr->decInOut.
quantizedSpectralCoefficientsIdx
= pTmp4;
[
all
...]
aacdec_hcrs.cpp
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
;
[
all
...]
aacdec_hcr_types.h
276
int
quantizedSpectralCoefficientsIdx
;
Completed in 6581 milliseconds