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

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dtns_ar_filter.cpp334 Int shift_up; local
364 shift_up = UPPER16 - Q_lpc;
370 shift_down_amount += shift_up;
387 y0 -= fxp_mul32_Q31(temp, *(p_lpc++)) << shift_up;
410 y0 -= fxp_mul32_Q31(temp, *(p_lpc++)) << shift_up;
442 *(p_spec) = (*p_spec >> shift_down_amount) + (y0 << shift_up);
464 *(p_spec) = (*p_spec >> shift_down_amount) + (y0 << shift_up);

Completed in 77 milliseconds