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

  /frameworks/av/media/libstagefright/codecs/aacdec/
sbr_get_envelope.cpp 147 Int32 ampRes;
160 h_frame_data->ampRes = SBR_AMP_RES_1_5;
164 h_frame_data->ampRes = h_frame_data->sbr_header.ampResolution;
167 ampRes = h_frame_data->ampRes;
172 if (ampRes == SBR_AMP_RES_3_0)
200 if (ampRes == SBR_AMP_RES_1_5)
214 if (ampRes == SBR_AMP_RES_1_5)
sbr_requantize_envelope_data.cpp 136 Int32 ampRes = hFrameData->ampRes;
143 * ampRes could be 0 (resolution step = 1.5 dB) or
146 if (ampRes)
s_sbr_frame_data.h 82 Int32 ampRes;
  /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) */

Completed in 1746 milliseconds