Searched refs:tmp_prev_ovr (Results 1 – 1 of 1) sorted by relevance
268 int32 *tmp_prev_ovr = &Scratch_mem[FILTERBANK_BANDS]; in pvmp3_imdct_synth() local278 pvmp3_mdct_6(&Scratch_mem[ 0], &tmp_prev_ovr[ 0]); in pvmp3_imdct_synth()279 pvmp3_mdct_6(&Scratch_mem[ 6], &tmp_prev_ovr[ 6]); in pvmp3_imdct_synth()280 pvmp3_mdct_6(&Scratch_mem[12], &tmp_prev_ovr[12]); in pvmp3_imdct_synth()286 history[i] = fxp_mul32_Q32(tmp_prev_ovr[ 6+i] << 1, short_win[6+i]); in pvmp3_imdct_synth()296 history[i+6] = fxp_mul32_Q32(tmp_prev_ovr[12+i] << 1, short_win[6+i]); in pvmp3_imdct_synth()301 out[i+12] = fxp_mul32_Q32(tmp_prev_ovr[ i] << 1, short_win[6+i]); in pvmp3_imdct_synth()