HomeSort by relevance Sort by last modified time
    Searched refs:Dot_product12 (Results 1 - 18 of 18) sorted by null

  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
g_pitch.c 46 xy = extract_h(Dot_product12(xn, y1, L_subfr, &exp_xy));
47 yy = extract_h(Dot_product12(y1, y1, L_subfr, &exp_yy));
voicefac.c 43 ener1 = extract_h(Dot_product12(exc, exc, L_subfr, &exp1));
55 ener2 = extract_h(Dot_product12(code, code, L_subfr, &exp2));
q_gain2.c 149 coeff[2] = extract_h(Dot_product12(y2, y2, L_subfr, &exp));
157 coeff[3] = extract_h(L_negate(Dot_product12(xn, y2, L_subfr, &exp)));
166 coeff[4] = extract_h(Dot_product12(y1, y2, L_subfr, &exp));
179 L_tmp = Dot_product12(code, code, L_subfr, &exp_code);
math_op.c 184 | Function Name : Dot_product12() |
196 Word32 Dot_product12( /* (o) Q31: normalized result (1 < val <= -1) */
c2t64fx.c 78 s = Dot_product12(cn, cn, L_SUBFR, &exp);
89 s = Dot_product12(dn, dn, L_SUBFR, &exp);
dtx.c 266 ener32 = Dot_product12(exc2, exc2, L_FRAME, &exp);
voAMRWBEnc.c 824 * scale xn[] and h1[] to avoid overflow in dot_product12() *
    [all...]
c4t64fx.c 245 s = Dot_product12(cn, cn, L_SUBFR, &exp);
256 s = Dot_product12(dn, dn, L_SUBFR, &exp);
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwbenc/inc/
math_op.h 41 Word32 Dot_product12( /* (o) Q31: normalized result (1 < val <= -1) */
typedefs.h 205 #define Dot_product12 voAWB_Dot_product12
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
voice_factor.cpp 130 ener1 = extract_h(Dot_product12(exc, exc, L_subfr, &exp1));
139 ener2 = extract_h(Dot_product12(code, code, L_subfr, &exp2));
pvamrwb_math_op.h 87 int32 Dot_product12( /* (o) Q31: normalized result (1 < val <= -1) */
synthesis_amr_wb.cpp 250 ener = extract_h(Dot_product12(exc, exc, L_SUBFR, &exp_ener));
255 tmp = extract_h(Dot_product12(HF, HF, L_SUBFR16k, &exp));
dec_gain2_amr_wb.cpp 206 L_tmp = Dot_product12(code, code, L_subfr, &exp);
pvamrwb_math_op.cpp 39 Dot_product12() : Compute scalar product of <x[],y[]> using accumulator
413 * Function Name : Dot_product12()
424 int32 Dot_product12( /* (o) Q31: normalized result (1 < val <= -1) */
dtx_decoder_amr_wb.cpp 406 ener32 = Dot_product12(exc2, exc2, L_FRAME, &exp);
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
Dot_p_opt.s 17 @Word32 Dot_product12( /* (o) Q31: normalized result (1 < val <= -1) */
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
Dot_p_neon.s 18 @Word32 Dot_product12( /* (o) Q31: normalized result (1 < val <= -1) */

Completed in 135 milliseconds