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

  /frameworks/base/media/libstagefright/codecs/aacdec/
ps_all_pass_fract_delay_filter.cpp 169 Int32 *rIn,
225 rTmp = fxp_mac32_by_16(-*rIn << 1, rTmp0, rTmp);
226 *pt_rTmp = fxp_mac32_by_16(rTmp << 1, rTmp0, *rIn);
228 *rIn = rTmp;
248 rTmp = fxp_mac32_by_16(-*rIn << 1, rTmp0, rTmp);
249 *pt_rTmp = fxp_mac32_by_16(rTmp << 1, rTmp0, *rIn);
250 *rIn = rTmp;
269 rTmp = fxp_mac32_by_16(-*rIn, rTmp0, rTmp);
270 *pt_rTmp = fxp_mac32_by_16(rTmp, rTmp0, *rIn);
271 *rIn = rTmp << 2
    [all...]
ps_all_pass_fract_delay_filter.h 96 Int32 *rIn,
105 Int32 *rIn,
ps_decorrelate.cpp 228 Int32 rIn;
250 rIn = *pt_rTmp >> 1;
268 aRightReal[sb] = cmplx_mul32_by_16(rIn, -iIn, cmplx);
269 aRightImag[sb] = cmplx_mul32_by_16(iIn, rIn, cmplx);
317 Int32 rIn, iIn;
334 rIn = *pt_rTmp >> 1;
352 aRightReal[sb] = cmplx_mul32_by_16(rIn, -iIn, cmplx);
353 aRightImag[sb] = cmplx_mul32_by_16(iIn, rIn, cmplx);
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLESbuffer.cpp 44 void GLESbuffer::getConversions(const RangeList& rIn,RangeList& rOut) {
45 m_conversionManager.delRanges(rIn,rOut);
  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLESbuffer.h 32 void getConversions(const RangeList& rIn,RangeList& rOut);
  /prebuilt/common/ant/
ant.jar 

Completed in 42 milliseconds