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

1 2

  /frameworks/base/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/base/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/base/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));
updt_tar.c 42 x2[i] = extract_h(L_shl2(L_tmp, 1));
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);
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 */
math_op.c 120 i = extract_h(*frac); /* Extract b25-b31 */
167 i = extract_h(L_x); /* Extract b10-b16 of fraction */
c2t64fx.c 156 *p1-- = (extract_h(cor) >> 1);
159 *p0-- = (extract_h(cor) >> 1);
182 *p1 = extract_h(cor);
186 *p0 = extract_h(cor);
194 *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...]
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);
syn_filt.c 73 y[i] = yy[i] = extract_h(L_add(L_tmp, 0x8000));
148 sig_hi[i] = extract_h(L_tmp);
  /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));
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
  /frameworks/base/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/base/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/base/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/base/media/libstagefright/codecs/aacenc/src/
bit_cnt.c 94 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_6)
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacenc/basic_op/
basicop2.c 511 | Function Name : extract_h |
537 Word16 extract_h (Word32 L_var1) function
594 | round(L_var1) = extract_h(L_add(L_var1,32768)) |
    [all...]

Completed in 180 milliseconds

1 2