HomeSort by relevance Sort by last modified time
    Searched refs:L_deposit_h (Results 1 - 25 of 28) sorted by null

1 2

  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
l_deposit_h.h 31 Pathname: ./gsm-amr/c/include/l_deposit_h.h
36 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/
l_deposit_h.cpp 30 Pathname: ./gsm-amr/c/src/l_deposit_h.c
35 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)
pow2.cpp 139 L_x = L_deposit_h (table[i]); // table[i] << 16
192 L_x = L_deposit_h(pow2_tbl[i]); /* pow2_tbl[i] << 16 */
sqrt_l.cpp 180 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/
l_comp.cpp 154 L_32 = L_deposit_h(hi);
qua_gain.cpp 315 L_tmp = L_deposit_h(frac_coeff[i]);
qgain795.cpp 296 L_tmp = L_deposit_h(frac_coeff[i]);
621 L_tmp = L_deposit_h(coeff[i]);
    [all...]
c4_17pf.cpp 575 alp0 = L_deposit_h(alp);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
preemph.c 42 L_tmp = L_deposit_h(x[i]);
47 L_tmp = L_deposit_h(x[0]);
71 L_tmp = L_deposit_h(x[i]);
83 L_tmp = L_deposit_h(x[0]);
deemph.c 40 L_tmp = L_deposit_h(x[0]);
46 L_tmp = L_deposit_h(x[i]);
97 L_tmp = L_deposit_h(x_hi[0]);
106 L_tmp = L_deposit_h(x_hi[i]);
log2.c 78 L_y = L_deposit_h (table[i]); /* table[i] << 16 */
math_op.c 125 *frac = L_deposit_h(table_isqrt[i]); /* table[i] << 16 */
172 L_x = L_deposit_h(table_pow2[i]); /* table[i] << 16 */
oper_32b.c 89 L_32 = L_deposit_h (hi);
hp_wsp.c 71 L_tmp = L_deposit_h(mem[i]); /* x[i] */
q_gain2.c 267 L_tmp = L_deposit_h(coeff[i]);
voAMRWBEnc.c     [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
lsp_avg.cpp 257 L_tmp = L_deposit_h(st->lsp_meanSave[i]);
306 L_tmp = L_deposit_h(st->lsp_meanSave[i]);
a_refl.cpp 180 L_acc = L_deposit_h(aState[j]);
284 L_acc = L_deposit_h(aState[j]);
dtx_dec.cpp 757 L_deposit_h(log_en_int_e)), 1));
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwb_math_op.h 123 #define L_deposit_h( x) (int32)((x)<<16)
pvamrwb_math_op.cpp 351 *frac = L_deposit_h(table_isqrt[i]); /* table[i] << 16 */
516 L_y = L_deposit_h(Log2_norm_table[i]); /* table[i] << 16 */
dec_gain2_amr_wb.cpp 301 L_tmp = L_deposit_h(MEAN_ENER); /* MEAN_ENER in Q16 */
synthesis_amr_wb.cpp 262 L_tmp = L_deposit_h(div_16by16(tmp, ener)); /* result is normalized */
  /external/arm-neon-tests/
ref_dspfns.c     [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
basic_op.h 37 #define L_deposit_h(x) (((Word32)(x)) << 16) /* 16 bit var1 -> MSB, 2 */
    [all...]

Completed in 354 milliseconds

1 2