/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);
|
/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));
|