HomeSort by relevance Sort by last modified time
    Searched refs:L_shl (Results 26 - 41 of 41) sorted by null

12

  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c     [all...]
p_med_ol.c 147 *gain = vo_round(L_shl(R0, exp_R0));
q_gain2.c 317 L_tmp = L_shl(L_tmp, (exp_gcode0 + 4)); /* Q12 -> Q16 */
wb_vad.c 158 l_temp2 = vo_L_add(l_temp1, L_shl(*sub_level, 16 - scale));
159 *sub_level = extract_h(L_shl(l_temp1, scale));
dtx.c 557 summax2nd = L_shl(summax2nd, tmp);
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
vad1.cpp 531 l_temp2 = L_add(l_temp1, L_shl(*sub_level, sub(16, scale, pOverflow), pOverflow), pOverflow);
532 *sub_level = extract_h(L_shl(l_temp1, scale, pOverflow));
538 level = extract_h(L_shl(l_temp2, scale, pOverflow));
    [all...]
gc_pred.cpp 346 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);
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
basic_op.h 81 static_vo Word32 L_shl (Word32 L_var1, Word16 var2); /* Long shift left, 2 */
362 | L_mult(var1,var2) = L_shl((var1 times var2),1) and |
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
basic_op.h 104 __inline Word32 L_shl (Word32 L_var1, Word16 var2);
106 Word32 L_shl (Word32 L_var1, Word16 var2);
509 __inline Word32 L_shl(Word32 L_var1, Word16 var2)
565 L_var_out = L_shl (L_var1, (Word16)-var2);
oper_32b.c 199 L_32 = L_shl (L_32, 3);
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
levinson.cpp 509 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 */
qgain475.cpp 446 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);
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
dtx_dec.cpp 749 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));
    [all...]
dec_amr.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
Norm_Corr_opt.s 178 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/
Norm_Corr_neon.s 218 MOVGT r12, r12, LSL r6 @L_tmp = L_shl(L_tmp, exp_corr + exp_norm + scale)

Completed in 831 milliseconds

12