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

12

/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dl_deposit_h.h36 Description: Created separate header file for L_deposit_h function.
50 needed by the L_deposit_h function.
103 Word32 L_deposit_h(Word16 var1);
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dl_deposit_h.cpp35 Description: Created separate file for the L_deposit_h function. Sync'ed up
87 Word32 L_deposit_h (Word16 var1)
93 multiCounter[currCounter].L_deposit_h++;
163 Word32 L_deposit_h(Word16 var1) function
H A Dpow2.cpp139 L_x = L_deposit_h (table[i]); // table[i] << 16
192 L_x = L_deposit_h(pow2_tbl[i]); /* pow2_tbl[i] << 16 */
H A Dsqrt_l.cpp180 L_y = L_deposit_h (table[i]); // table[i] << 16
255 L_y = L_deposit_h(sqrt_l_tbl[i]); /* sqrt_l_tbl[i] << 16 */
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dl_comp.cpp154 L_32 = L_deposit_h(hi);
H A Dqua_gain.cpp315 L_tmp = L_deposit_h(frac_coeff[i]);
H A Dqgain795.cpp296 L_tmp = L_deposit_h(frac_coeff[i]);
621 L_tmp = L_deposit_h(coeff[i]);
H A Dc4_17pf.cpp575 alp0 = L_deposit_h(alp);
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dpreemph.c42 L_tmp = L_deposit_h(x[i]);
47 L_tmp = L_deposit_h(x[0]);
71 L_tmp = L_deposit_h(x[i]);
77 L_tmp = L_deposit_h(x[0]);
H A Ddeemph.c40 L_tmp = L_deposit_h(x[0]);
46 L_tmp = L_deposit_h(x[i]);
94 L_tmp = L_deposit_h(x_hi[0]);
103 L_tmp = L_deposit_h(x_hi[i]);
H A Dlog2.c78 L_y = L_deposit_h (table[i]); /* table[i] << 16 */
H A Dmath_op.c125 *frac = L_deposit_h(table_isqrt[i]); /* table[i] << 16 */
172 L_x = L_deposit_h(table_pow2[i]); /* table[i] << 16 */
H A Doper_32b.c89 L_32 = L_deposit_h (hi);
H A Dhp_wsp.c71 L_tmp = L_deposit_h(mem[i]); /* x[i] */
H A Dq_gain2.c267 L_tmp = L_deposit_h(coeff[i]);
H A DvoAMRWBEnc.c1279 L_tmp = L_deposit_h(code[0]);
1285 L_tmp = L_deposit_h(code[i]);
1291 L_tmp = L_deposit_h(code[L_SUBFR - 1]);
1427 L_tmp = L_deposit_h(div_s(tmp, ener)); /* result is normalized */
1522 L_tmp = L_deposit_h(div_s(tmp, ener)); /* result is normalized */
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dlsp_avg.cpp257 L_tmp = L_deposit_h(st->lsp_meanSave[i]);
306 L_tmp = L_deposit_h(st->lsp_meanSave[i]);
H A Da_refl.cpp177 L_acc = L_deposit_h(aState[j]);
281 L_acc = L_deposit_h(aState[j]);
H A Ddtx_dec.cpp757 L_deposit_h(log_en_int_e)), 1));
1316 L_deposit_h(log_en_int_e), pOverflow), 1, pOverflow));
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpvamrwb_math_op.h123 #define L_deposit_h( x) (int32)(x<<16) macro
H A Dpvamrwb_math_op.cpp351 *frac = L_deposit_h(table_isqrt[i]); /* table[i] << 16 */
516 L_y = L_deposit_h(Log2_norm_table[i]); /* table[i] << 16 */
H A Ddec_gain2_amr_wb.cpp301 L_tmp = L_deposit_h(MEAN_ENER); /* MEAN_ENER in Q16 */
H A Dsynthesis_amr_wb.cpp262 L_tmp = L_deposit_h(div_16by16(tmp, ener)); /* result is normalized */
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
H A Doper_32b.c76 L_32 = L_deposit_h (hi);
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Dbasic_op.h37 #define L_deposit_h(x) (((Word32)(x)) << 16) /* 16 bit var1 -> MSB, 2 */ macro

Completed in 545 milliseconds

12