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

/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_imdct_synth.cpp268 int32 *tmp_prev_ovr = &Scratch_mem[FILTERBANK_BANDS]; local
278 pvmp3_mdct_6(&Scratch_mem[ 0], &tmp_prev_ovr[ 0]);
279 pvmp3_mdct_6(&Scratch_mem[ 6], &tmp_prev_ovr[ 6]);
280 pvmp3_mdct_6(&Scratch_mem[12], &tmp_prev_ovr[12]);
286 history[i] = fxp_mul32_Q32(tmp_prev_ovr[ 6+i] << 1, short_win[6+i]);
296 history[i+6] = fxp_mul32_Q32(tmp_prev_ovr[12+i] << 1, short_win[6+i]);
301 out[i+12] = fxp_mul32_Q32(tmp_prev_ovr[ i] << 1, short_win[6+i]);

Completed in 21 milliseconds