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

/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_imdct_synth.cpp194 const int32 short_win[12] = variable
286 history[i] = fxp_mul32_Q32(tmp_prev_ovr[ 6+i] << 1, short_win[6+i]);
287 history[i] += fxp_mul32_Q32(Scratch_mem[12+i] << 1, short_win[ i]);
293 out[i+6] = fxp_mul32_Q32(Scratch_mem[i] << 1, short_win[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]);
302 out[i+12] += fxp_mul32_Q32(Scratch_mem[6+i] << 1, short_win[ i]);

Completed in 77 milliseconds