HomeSort by relevance Sort by last modified time
    Searched refs:ampRes (Results 1 - 5 of 5) sorted by null

  /external/aac/libSBRdec/src/
env_extr.cpp 259 h_prev_data->ampRes = 0;
769 int ampRes = hHeaderData->bs_info.ampResolution;
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) {
    [all...]
env_extr.h 250 UCHAR ampRes; /*!< Previous amplitude resolution (0: 1.5dB, 1: 3dB) */
env_dec.cpp 377 h_sbr_data->ampResolutionCurrentFrame = h_prev_data->ampRes;
627 /* Shift by -3 to rescale ld-table, 1-ampRes to enable coarser steps */
sbr_dec.cpp 479 hPrevFrameData->ampRes = hFrameData->ampResolutionCurrentFrame;
    [all...]
  /external/aac/libSBRenc/src/
env_est.cpp 304 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];
    [all...]

Completed in 127 milliseconds