Home
last modified time | relevance | path

Searched refs:L_deposit_h (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Dpreemph.c42 L_tmp = L_deposit_h(x[i]); in Preemph()
47 L_tmp = L_deposit_h(x[0]); in Preemph()
71 L_tmp = L_deposit_h(x[i]); in Preemph2()
83 L_tmp = L_deposit_h(x[0]); in Preemph2()
Ddeemph.c40 L_tmp = L_deposit_h(x[0]); in Deemph()
46 L_tmp = L_deposit_h(x[i]); in Deemph()
97 L_tmp = L_deposit_h(x_hi[0]); in Deemph_32()
106 L_tmp = L_deposit_h(x_hi[i]); in Deemph_32()
Dmath_op.c125 *frac = L_deposit_h(table_isqrt[i]); /* table[i] << 16 */ in Isqrt_n()
172 L_x = L_deposit_h(table_pow2[i]); /* table[i] << 16 */ in Pow2()
Dlog2.c78 L_y = L_deposit_h (table[i]); /* table[i] << 16 */ in Log2_norm()
Doper_32b.c89 L_32 = L_deposit_h (hi); in L_Comp()
Dhp_wsp.c71 L_tmp = L_deposit_h(mem[i]); /* x[i] */ in scale_mem_Hp_wsp()
Dq_gain2.c267 L_tmp = L_deposit_h(coeff[i]); in Q_gain2()
DvoAMRWBEnc.c1283 L_tmp = L_deposit_h(code[0]); in coder()
1289 L_tmp = L_deposit_h(code[i]); in coder()
1295 L_tmp = L_deposit_h(code[L_SUBFR - 1]); in coder()
1431 L_tmp = L_deposit_h(div_s(tmp, ener)); /* result is normalized */ in synthesis()
1526 L_tmp = L_deposit_h(div_s(tmp, ener)); /* result is normalized */ in synthesis()
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
Dl_deposit_h.cpp163 Word32 L_deposit_h(Word16 var1) in L_deposit_h() function
Dpow2.cpp192 L_x = L_deposit_h(pow2_tbl[i]); /* pow2_tbl[i] << 16 */ in Pow2()
Dsqrt_l.cpp255 L_y = L_deposit_h(sqrt_l_tbl[i]); /* sqrt_l_tbl[i] << 16 */ in sqrt_l_exp()
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
Dl_deposit_h.h103 Word32 L_deposit_h(Word16 var1);
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
Dl_comp.cpp154 L_32 = L_deposit_h(hi); in L_Comp()
Dqua_gain.cpp315 L_tmp = L_deposit_h(frac_coeff[i]); in Qua_gain()
Dqgain795.cpp296 L_tmp = L_deposit_h(frac_coeff[i]); in MR795_gain_code_quant3()
621 L_tmp = L_deposit_h(coeff[i]); in MR795_gain_code_quant_mod()
Dc4_17pf.cpp575 alp0 = L_deposit_h(alp); in search_4i40()
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
Dlsp_avg.cpp306 L_tmp = L_deposit_h(st->lsp_meanSave[i]); in lsp_avg()
Da_refl.cpp283 L_acc = L_deposit_h(aState[j]); in A_Refl()
/frameworks/av/media/libstagefright/codecs/amrwb/src/
Dpvamrwb_math_op.cpp351 *frac = L_deposit_h(table_isqrt[i]); /* table[i] << 16 */ in one_ov_sqrt_norm()
516 L_y = L_deposit_h(Log2_norm_table[i]); /* table[i] << 16 */ in Lg2_normalized()
Dpvamrwb_math_op.h123 #define L_deposit_h( x) (int32)(x<<16) macro
Ddec_gain2_amr_wb.cpp301 L_tmp = L_deposit_h(MEAN_ENER); /* MEAN_ENER in Q16 */ in dec_gain2_amr_wb()
Dsynthesis_amr_wb.cpp262 L_tmp = L_deposit_h(div_16by16(tmp, ener)); /* result is normalized */ in synthesis_amr_wb()
Ddtx_decoder_amr_wb.cpp383 log_en_int_m = (int16)(sub_int32(L_log_en_int, L_deposit_h(log_en_int_e)) >> 1); in dtx_dec_amr_wb()
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
Doper_32b.c76 L_32 = L_deposit_h (hi); in L_Comp()
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dbasic_op.h37 #define L_deposit_h(x) (((Word32)(x)) << 16) /* 16 bi… macro

12