Searched refs:chaosMeasure (Results 1 - 4 of 4) sorted by relevance
/external/aac/libAACenc/src/ |
H A D | chaosmeasure.h | 101 FIXP_DBL *chaosMeasure );
|
H A D | chaosmeasure.cpp | 103 FIXP_DBL *RESTRICT chaosMeasure ) 122 chaosMeasure[j] = fMult(tmp,tmp); 125 chaosMeasure[j] = (FIXP_DBL)MAXVAL_DBL; 134 chaosMeasure[0] = chaosMeasure[2]; 135 chaosMeasure[1] = chaosMeasure[2]; 139 chaosMeasure[i] = FL2FXCONST_DBL(0.5); 149 output: chaosMeasure 154 FIXP_DBL *chaosMeasure ) [all...] |
H A D | tonality.cpp | 98 FIXP_DBL *RESTRICT chaosMeasure, 163 FIXP_DBL *RESTRICT chaosMeasure, 181 chaosMeasureSfb = fMultAddDiv2(chaosMeasureSfb, lineNrg, *chaosMeasure++); 161 FDKaacEnc_CalcSfbTonality(FIXP_DBL *RESTRICT spectrum, INT *RESTRICT sfbMaxScaleSpec, FIXP_DBL *RESTRICT chaosMeasure, FIXP_SGL *RESTRICT sfbTonality, INT sfbCnt, const INT *RESTRICT sfbOffset, FIXP_DBL *RESTRICT sfbEnergyLD64 ) argument
|
H A D | adj_thr.cpp | 704 FIXP_DBL chaosMeasure; local 722 chaosMeasure = frameNActiveLines / frameNLines */ 723 chaosMeasure = 732 chaosMeasure = FL2FXCONST_DBL(1.f); 735 return chaosMeasure; 752 FIXP_DBL chaosMeasure = FL2FXCONST_DBL(0.f); local 786 /* chaosMeasure */ 792 chaosMeasure += fMult(chChaosMeasure[ch], chEnergy); 795 if(frameEnergy > chaosMeasure) { 797 FIXP_DBL num = chaosMeasure<<scal [all...] |
Completed in 74 milliseconds