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

  /frameworks/base/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;
sbr_envelope_unmapping.cpp 174 if (hFrameData2->ampRes)
373 } /* end if (hFrameData2->ampRes) */

Completed in 2629 milliseconds