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

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dp_ol_wgh.cpp483 Word16 t0_h, t0_l;
499 L_Extract (corr[-i], &t0_h, &t0_l);
500 t0 = Mpy_32_16 (t0_h, t0_l, *ww);
504 L_Extract (t0, &t0_h, &t0_l);
505 t0 = Mpy_32_16 (t0_h, t0_l, *we);
592 Word16 t0_h; local
611 L_Extract(corr[-i], &t0_h, &t0_l, pOverflow);
612 t0 = Mpy_32_16(t0_h, t0_l, *ww, pOverflow);
617 L_Extract(t0, &t0_h, &t0_l, pOverflow);
618 t0 = Mpy_32_16(t0_h, t0_
[all...]

Completed in 44 milliseconds