Searched refs:extract_h (Results 1 - 25 of 46) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dextract_h.h31 Pathname: ./gsm-amr/c/include/extract_h.h
36 Description: Created separate header file for extract_h function.
50 needed by the extract_h function.
103 Word16 extract_h(Word32 L_var1);
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dextract_h.cpp31 Pathname: ./gsm-amr/c/src/extract_h.c
36 Description: Created separate file for the extract_h function. Sync'ed up
87 Word16 extract_h (Word32 L_var1)
93 multiCounter[currCounter].extract_h++;
163 Word16 extract_h(Word32 L_var1) function
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dg_pitch.c41 xy = extract_h(Dot_product12_asm(xn, y1, L_subfr, &exp_xy));
42 yy = extract_h(Dot_product12_asm(y1, y1, L_subfr, &exp_yy));
46 xy = extract_h(Dot_product12(xn, y1, L_subfr, &exp_xy));
47 yy = extract_h(Dot_product12(y1, y1, L_subfr, &exp_yy));
H A Dvoicefac.c41 ener1 = extract_h(Dot_product12_asm(exc, exc, L_subfr, &exp1));
43 ener1 = extract_h(Dot_product12(exc, exc, L_subfr, &exp1));
48 tmp = extract_h(L_tmp << exp);
53 ener2 = extract_h(Dot_product12_asm(code, code, L_subfr, &exp2));
55 ener2 = extract_h(Dot_product12(code, code, L_subfr, &exp2));
H A Dlog2.c73 i = extract_h (L_x); /* Extract b25-b31 */
81 *fraction = extract_h (L_y);
H A Dupdt_tar.c43 x2[i] = extract_h(L_shl2(L_tmp, 1));
H A Dscale.c40 x[i] = extract_h(L_add(L_tmp, 0x8000));
H A Dgpclip.c77 dist = extract_h(L_mac(vo_L_mult(26214, mem[0]), 6554, dist_min));
99 gain = extract_h(L_tmp);
H A Dq_gain2.c147 coeff[2] = extract_h(Dot_product12_asm(y2, y2, L_subfr, &exp));
149 coeff[2] = extract_h(Dot_product12(y2, y2, L_subfr, &exp));
155 coeff[3] = extract_h(L_negate(Dot_product12_asm(xn, y2, L_subfr, &exp)));
157 coeff[3] = extract_h(L_negate(Dot_product12(xn, y2, L_subfr, &exp)));
164 coeff[4] = extract_h(Dot_product12_asm(y1, y2, L_subfr, &exp));
166 coeff[4] = extract_h(Dot_product12(y1, y2, L_subfr, &exp));
200 gcode0 = extract_h(L_tmp); /* From Q24 to Q8 */
H A Dc2t64fx.c159 *p1-- = (extract_h(cor) >> 1);
162 *p0-- = (extract_h(cor) >> 1);
185 *p1 = extract_h(cor);
189 *p0 = extract_h(cor);
197 *p1 = extract_h(cor);
H A Dc4t64fx.c250 k_cn = extract_h(L_add(s, 0x8000));
348 val = extract_h(L_tmp);
391 *p3-- = extract_h(cor);
394 *p2-- = extract_h(cor);
397 *p1-- = extract_h(cor);
400 *p0-- = extract_h(cor);
431 *p3 = extract_h(cor);
435 *p2 = extract_h(cor);
439 *p1 = extract_h(cor);
443 *p0 = extract_h(co
[all...]
H A Dmath_op.c120 i = extract_h(*frac); /* Extract b25-b31 */
167 i = extract_h(L_x); /* Extract b10-b16 of fraction */
H A Dhp50.c93 *signal++ = extract_h((L_add((L_tmp<<1), 0x8000)));
H A Dresidu.c60 y[i] = extract_h(L_add(s, 0x8000));
H A Dwb_vad.c65 mant = extract_h(l_temp << ex2);
97 *in0 = extract_h((vo_L_add(temp1, temp2) << 15));
98 *in1 = extract_h((vo_L_sub(temp1, temp2) << 15));
121 *in1 = extract_h((vo_L_sub(*in0, temp2) << 15));
122 *in0 = extract_h((vo_L_add(*in0, temp2) << 15));
159 *sub_level = extract_h(L_shl(l_temp1, scale));
165 level = extract_h(L_shl2(l_temp2, scale));
495 noise_level = extract_h((L_temp << 12));
800 temp = extract_h(L_temp << 12);
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dvoice_factor.cpp130 ener1 = extract_h(Dot_product12(exc, exc, L_subfr, &exp1));
139 ener2 = extract_h(Dot_product12(code, code, L_subfr, &exp2));
H A Dagc2_amr_wb.cpp184 sig_out[i] = extract_h(shl_int32(fxp_mul_16by16(sig_out[i], g0), 3));
H A Dpvamrwb_math_op.h122 #define extract_h( x) (int16)(x>>16) macro
H A Dpvamrwb_math_op.cpp344 i = extract_h(*frac); /* Extract b25-b31 */
509 i = extract_h(L_x); /* Extract b25-b31 */
520 *fraction = extract_h(L_y);
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dd_gain_c.cpp238 *gain_code = extract_h(L_tmp); /* Q1 */
H A Ddec_gain.cpp291 *gain_cod = extract_h(L_tmp);
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A Dconvolve_opt.s69 MOV r5, r5, LSR #16 @extract_h(s)
106 MOV r8, r8, LSR #16 @extract_h(s)
144 MOV r8, r8, LSR #16 @extract_h(s)
172 MOV r5, r5, LSR #16 @extract_h(s)
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
H A Dconvolve_neon.s66 MOV r5, r5, LSR #16 @extract_h(s)
102 MOV r8, r8, LSR #16 @extract_h(s)
141 MOV r8, r8, LSR #16 @extract_h(s)
165 MOV r5, r5, LSR #16 @extract_h(s)
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dbit_cnt.c94 bitCount[1]=extract_h(bc1_2);
96 bitCount[3]=extract_h(bc3_4) + sc;
98 bitCount[5]=extract_h(bc5_6);
100 bitCount[7]=extract_h(bc7_8) + sc;
102 bitCount[9]=extract_h(bc9_10) + sc;
169 bitCount[3]=extract_h(bc3_4) + sc;
171 bitCount[5]=extract_h(bc5_6);
173 bitCount[7]=extract_h(bc7_8) + sc;
175 bitCount[9]=extract_h(bc9_10) + sc;
228 bitCount[5]=extract_h(bc5_
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
H A Dbasicop2.c511 | Function Name : extract_h |
537 Word16 extract_h (Word32 L_var1) function
594 | round(L_var1) = extract_h(L_add(L_var1,32768)) |
623 var_out = extract_h (L_rounded);
1166 var_out = extract_h (L_var3);
1217 var_out = extract_h (L_var3);

Completed in 288 milliseconds

12