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

1 2

  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
extract_h.h 31 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/
extract_h.cpp 31 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/
g_pitch.c 41 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));
voicefac.c 41 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));
log2.c 73 i = extract_h (L_x); /* Extract b25-b31 */
81 *fraction = extract_h (L_y);
updt_tar.c 43 x2[i] = extract_h(L_shl2(L_tmp, 1));
scale.c 40 x[i] = extract_h(L_add(L_tmp, 0x8000));
gpclip.c 77 dist = extract_h(L_mac(vo_L_mult(26214, mem[0]), 6554, dist_min));
99 gain = extract_h(L_tmp);
q_gain2.c 147 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 */
c2t64fx.c 159 *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);
c4t64fx.c 250 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(cor)
    [all...]
math_op.c 120 i = extract_h(*frac); /* Extract b25-b31 */
167 i = extract_h(L_x); /* Extract b10-b16 of fraction */
hp50.c 93 *signal++ = extract_h((L_add((L_tmp<<1), 0x8000)));
residu.c 60 y[i] = extract_h(L_add(s, 0x8000));
wb_vad.c 65 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);
pitch_f4.c 228 corr = extract_h(L_tmp);
235 norm = extract_h(L_tmp);
321 sum = extract_h(L_add(L_shl2(L_sum, 2), 0x8000));
  /frameworks/av/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));
agc2_amr_wb.cpp 184 sig_out[i] = extract_h(shl_int32(fxp_mul_16by16(sig_out[i], g0), 3));
pvamrwb_math_op.h 122 #define extract_h( x) (int16)((x)>>16) macro
pvamrwb_math_op.cpp 344 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/
d_gain_c.cpp 238 *gain_code = extract_h(L_tmp); /* Q1 */
dec_gain.cpp 291 *gain_cod = extract_h(L_tmp);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
convolve_opt.s 69 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/
convolve_neon.s 66 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/amrnb/enc/src/
qgain795.cpp 384 *gain_cod = extract_h(L_tmp);
565 tmp = extract_h(L_t1);
572 tmp = extract_h(L_shl(L_mult(alpha, frac_en[2], pOverflow), 1, pOverflow));
579 coeff[3] = extract_h(L_shl(L_mult(alpha, frac_en[3], pOverflow), 1, pOverflow));
709 *gain_cod = extract_h(L_tmp);
    [all...]

Completed in 641 milliseconds

1 2