Searched refs:pt_rTmp (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dps_all_pass_fract_delay_filter.cpp177 Int32 *pt_rTmp; local
209 pt_rTmp = &pppRealDelayRBufferSer[0][*(delayBufIndex)][sb_delay];
213 tmp_r = *pt_rTmp << 1;
226 *pt_rTmp = fxp_mac32_by_16(rTmp << 1, rTmp0, *rIn);
230 pt_rTmp = &pppRealDelayRBufferSer[1][*(delayBufIndex)][sb_delay];
236 tmp_r = *pt_rTmp << 1;
249 *pt_rTmp = fxp_mac32_by_16(rTmp << 1, rTmp0, *rIn);
252 pt_rTmp = &pppRealDelayRBufferSer[2][*(delayBufIndex)][sb_delay];
257 tmp_r = *pt_rTmp << 1;
270 *pt_rTmp
289 Int32 *pt_rTmp; local
[all...]
H A Dps_decorrelate.cpp230 Int32 *pt_rTmp; local
245 pt_rTmp = &ppRealDelayBuffer[sb][h_ps_dec->delayBufIndex];
250 rIn = *pt_rTmp >> 1;
254 *pt_rTmp = tmp1;
318 Int32 *pt_rTmp, *pt_iTmp; local
331 pt_rTmp = &ppRealDelayBuffer[sb_delay][h_ps_dec->delayBufIndex];
334 rIn = *pt_rTmp >> 1;
339 *pt_rTmp = tmp1;
387 Int32 *pt_rTmp, *pt_iTmp; local
400 pt_rTmp
443 Int32 *pt_rTmp, *pt_iTmp; local
[all...]

Completed in 59 milliseconds