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

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dg_pitch.c37 Word16 xy, yy, exp_xy, exp_yy, gain; local
42 yy = extract_h(Dot_product12_asm(y1, y1, L_subfr, &exp_yy));
47 yy = extract_h(Dot_product12(y1, y1, L_subfr, &exp_yy));
52 g_coeff[1] = exp_yy;
66 i -= exp_yy;
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dg_code.cpp148 Word16 xy, yy, exp_xy, exp_yy, gain;
185 exp_yy = norm_l (s);
186 yy = extract_h (L_shl (s, exp_yy));
195 i = sub (i, exp_yy);
236 Word16 xy, yy, exp_xy, exp_yy, gain; local
292 exp_yy = norm_l(s);
294 if (exp_yy < 16)
296 yy = (Word16)(s >> (16 - exp_yy));
300 yy = (Word16)(s << (exp_yy - 16));
307 i -= exp_yy;
[all...]
H A Dg_pitch.cpp172 Word16 xy, yy, exp_xy, exp_yy, gain;
198 exp_yy = norm_l (s);
199 yy = pv_round (L_shl (s, exp_yy));
208 exp_yy = norm_l (s);
209 yy = pv_round (L_shl (s, exp_yy));
210 exp_yy = sub (exp_yy, 4);
240 g_coeff[1] = sub (15, exp_yy);
256 i = sub (exp_xy, exp_yy); // Denormalization of division
312 Word16 exp_yy; local
[all...]

Completed in 261 milliseconds