Searched refs:L_shl (Results 26 - 39 of 39) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dgc_pred.cpp346 ener_code = L_shl (ener_code, exp_code);
418 L_tmp = L_shl(L_tmp, 10); // Q24
590 ener_code = L_shl(ener_code, exp_code, pOverflow);
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dlevinson.cpp509 t0 = L_shl (t0, alp_exp);
525 t0 = L_shl (t0, 4);
536 t2 = L_shl (t2, alp_exp); // denormalize; compare to Alpha
585 t0 = L_shl (t0, j);
603 st->old_A[i] = A[i] = pv_round (L_shl (t0, 1));
746 t2 = L_shl(t2, alp_exp, pOverflow); /* denormalize; compare to Alpha */
H A Dqgain475.cpp446 qua_ener = pv_round (L_shl (L_tmp, 13)); // Q12 * Q0 = Q13 -> Q10
661 qua_ener = pv_round (L_shl (L_tmp, 13));
772 L_tmp = L_shl(L_tmp, 13, pOverflow);
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dp_med_ol.c147 *gain = vo_round(L_shl(R0, exp_R0));
H A Dq_gain2.c317 L_tmp = L_shl(L_tmp, (exp_gcode0 + 4)); /* Q12 -> Q16 */
H A DvoAMRWBEnc.c1180 L_tmp = L_shl(L_gain_code, Q_new);
1207 L_tmp = L_shl(L_tmp, (5 + shift));
1211 L_tmp = L_shl(L_tmp, (1 - shift));
1296 gain_code = vo_round(L_shl(L_gain_code, Q_new));
1430 L_tmp = L_shl(L_tmp, (exp + 1)); /* L_tmp x 2, L_tmp in Q31 */
1525 L_tmp = L_shl(L_tmp, exp); /* L_tmp, L_tmp in Q31 */
H A Dwb_vad.c158 l_temp2 = vo_L_add(l_temp1, L_shl(*sub_level, 16 - scale));
159 *sub_level = extract_h(L_shl(l_temp1, scale));
H A Ddtx.c557 summax2nd = L_shl(summax2nd, tmp);
H A Dc4t64fx.c249 s = L_shl(s, (exp + 5));
260 k_dn = (L_shl(s, (exp + 5 + 3)) + 0x8000) >> 16; /* k_dn = 256..4096 */
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Ddtx_dec.cpp749 L_log_en_int = L_sub(L_log_en_int, L_shl(L_deposit_l(log_pg), 4));
753 L_shl(L_deposit_l(st->log_en_adjust), 5));
1307 L_log_en_int = L_sub(L_log_en_int, L_shl(L_deposit_l(log_pg), 4, pOverflow), pOverflow);
1311 L_shl(L_deposit_l(st->log_en_adjust), 5, pOverflow), pOverflow);
H A Ddec_amr.cpp1145 L_temp = L_shl (L_temp, tmp_shift); // Q16
2177 L_temp = L_shl(L_temp, tmp_shift, pOverflow); /* Q16 */
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
H A Doper_32b.c199 L_32 = L_shl (L_32, 3);
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A DNorm_Corr_opt.s178 MOVGT r12, r12, LSL r6 @L_tmp = L_shl(L_tmp, exp_corr + exp_norm + scale)
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
H A DNorm_Corr_neon.s218 MOVGT r12, r12, LSL r6 @L_tmp = L_shl(L_tmp, exp_corr + exp_norm + scale)

Completed in 874 milliseconds

12