OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:short_win
(Results
1 - 1
of
1
) sorted by null
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_imdct_synth.cpp
194
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 427 milliseconds