Searched defs:ampRes (Results 1 - 3 of 3) sorted by relevance

/external/aac/libSBRdec/src/
H A Denv_extr.cpp259 h_prev_data->ampRes = 0;
769 int ampRes = hHeaderData->bs_info.ampResolution; local
779 ampRes = h_frame_data->ampResolutionCurrentFrame;
781 ampRes = 0;
783 h_frame_data->ampResolutionCurrentFrame = ampRes;
788 if(ampRes == 1)
814 if (ampRes == 0) {
825 if (ampRes == 0) {
H A Denv_extr.h250 UCHAR ampRes; /*!< Previous amplitude resolution (0: 1.5dB, 1: 3dB) */ member in struct:__anon206
/external/aac/libSBRenc/src/
H A Denv_est.cpp304 INT ampRes, /*! amplitude resolution [1.5/3dB] */
319 for (i = 0; i < maxIndex[ampRes]; i++) {
320 val = fixp_abs ((nrgVal - (INT)panTable[ampRes][i]));
330 return panTable[ampRes][maxIndex[ampRes]-1] + sign * panTable[ampRes][panIndex];
303 mapPanorama(INT nrgVal, INT ampRes, INT *quantError ) argument

Completed in 118 milliseconds