HomeSort by relevance Sort by last modified time
    Searched defs:ampRes (Results 1 - 2 of 2) 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 253 UCHAR ampRes; /*!< Previous amplitude resolution (0: 1.5dB, 1: 3dB) */

Completed in 75 milliseconds