/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | voicefac.c | 41 ener1 = extract_h(Dot_product12_asm(exc, exc, L_subfr, &exp1)); in voice_factor() 43 ener1 = extract_h(Dot_product12(exc, exc, L_subfr, &exp1)); in voice_factor() 48 tmp = extract_h(L_tmp << exp); in voice_factor() 53 ener2 = extract_h(Dot_product12_asm(code, code, L_subfr, &exp2)); in voice_factor() 55 ener2 = extract_h(Dot_product12(code, code, L_subfr, &exp2)); in voice_factor()
|
D | g_pitch.c | 41 xy = extract_h(Dot_product12_asm(xn, y1, L_subfr, &exp_xy)); in G_pitch() 42 yy = extract_h(Dot_product12_asm(y1, y1, L_subfr, &exp_yy)); in G_pitch() 46 xy = extract_h(Dot_product12(xn, y1, L_subfr, &exp_xy)); in G_pitch() 47 yy = extract_h(Dot_product12(y1, y1, L_subfr, &exp_yy)); in G_pitch()
|
D | q_gain2.c | 147 coeff[2] = extract_h(Dot_product12_asm(y2, y2, L_subfr, &exp)); in Q_gain2() 149 coeff[2] = extract_h(Dot_product12(y2, y2, L_subfr, &exp)); in Q_gain2() 155 coeff[3] = extract_h(L_negate(Dot_product12_asm(xn, y2, L_subfr, &exp))); in Q_gain2() 157 coeff[3] = extract_h(L_negate(Dot_product12(xn, y2, L_subfr, &exp))); in Q_gain2() 164 coeff[4] = extract_h(Dot_product12_asm(y1, y2, L_subfr, &exp)); in Q_gain2() 166 coeff[4] = extract_h(Dot_product12(y1, y2, L_subfr, &exp)); in Q_gain2() 200 gcode0 = extract_h(L_tmp); /* From Q24 to Q8 */ in Q_gain2()
|
D | c4t64fx.c | 250 k_cn = extract_h(L_add(s, 0x8000)); in ACELP_4t64_fx() 348 val = extract_h(L_tmp); in ACELP_4t64_fx() 391 *p3-- = extract_h(cor); in ACELP_4t64_fx() 394 *p2-- = extract_h(cor); in ACELP_4t64_fx() 397 *p1-- = extract_h(cor); in ACELP_4t64_fx() 400 *p0-- = extract_h(cor); in ACELP_4t64_fx() 431 *p3 = extract_h(cor); in ACELP_4t64_fx() 435 *p2 = extract_h(cor); in ACELP_4t64_fx() 439 *p1 = extract_h(cor); in ACELP_4t64_fx() 443 *p0 = extract_h(cor); in ACELP_4t64_fx() [all …]
|
D | c2t64fx.c | 159 *p1-- = (extract_h(cor) >> 1); in ACELP_2t64_fx() 162 *p0-- = (extract_h(cor) >> 1); in ACELP_2t64_fx() 185 *p1 = extract_h(cor); in ACELP_2t64_fx() 189 *p0 = extract_h(cor); in ACELP_2t64_fx() 197 *p1 = extract_h(cor); in ACELP_2t64_fx()
|
D | wb_vad.c | 65 mant = extract_h(l_temp << ex2); in ilog2() 97 *in0 = extract_h((vo_L_add(temp1, temp2) << 15)); in filter5() 98 *in1 = extract_h((vo_L_sub(temp1, temp2) << 15)); in filter5() 121 *in1 = extract_h((vo_L_sub(*in0, temp2) << 15)); in filter3() 122 *in0 = extract_h((vo_L_add(*in0, temp2) << 15)); in filter3() 159 *sub_level = extract_h(L_shl(l_temp1, scale)); in level_calculation() 165 level = extract_h(L_shl2(l_temp2, scale)); in level_calculation() 495 noise_level = extract_h((L_temp << 12)); in vad_decision() 800 temp = extract_h(L_temp << 12); in wb_vad()
|
D | log2.c | 73 i = extract_h (L_x); /* Extract b25-b31 */ in Log2_norm() 81 *fraction = extract_h (L_y); in Log2_norm()
|
D | gpclip.c | 77 dist = extract_h(L_mac(vo_L_mult(26214, mem[0]), 6554, dist_min)); in Gp_clip_test_isf() 99 gain = extract_h(L_tmp); in Gp_clip_test_gain_pit()
|
D | voAMRWBEnc.c | 299 tmp = extract_h(L_max); in coder() 629 tmp = extract_h(L_shl2(L_tmp, 8)); in coder() 1183 gain_code = extract_h(L_add(L_tmp, 0x8000)); in coder() 1214 st->mem_w0 = extract_h(L_add(L_tmp, 0x8000)); in coder() 1228 exc[i + i_subfr] = extract_h(L_add(L_tmp, 0x8000)); in coder() 1411 ener = extract_h(Dot_product12_asm(exc, exc, L_SUBFR, &exp_ener)); in synthesis() 1415 ener = extract_h(Dot_product12(exc, exc, L_SUBFR, &exp_ener)); in synthesis() 1421 tmp = extract_h(Dot_product12_asm(HF, HF, L_SUBFR16k, &exp)); in synthesis() 1423 tmp = extract_h(Dot_product12(HF, HF, L_SUBFR16k, &exp)); in synthesis() 1435 tmp = extract_h(L_tmp); /* tmp = 2 x sqrt(ener_exc/ener_hf) */ in synthesis() [all …]
|
D | math_op.c | 120 i = extract_h(*frac); /* Extract b25-b31 */ in Isqrt_n() 167 i = extract_h(L_x); /* Extract b10-b16 of fraction */ in Pow2()
|
D | pitch_f4.c | 228 corr = extract_h(L_tmp); in Norm_Corr() 235 norm = extract_h(L_tmp); in Norm_Corr() 321 sum = extract_h(L_add(L_shl2(L_sum, 2), 0x8000)); in Interpol_4()
|
D | updt_tar.c | 43 x2[i] = extract_h(L_shl2(L_tmp, 1)); in Updt_tar()
|
D | scale.c | 40 x[i] = extract_h(L_add(L_tmp, 0x8000)); in Scale_sig()
|
D | syn_filt.c | 75 y[i] = yy[i] = extract_h(L_add(L_tmp, 0x8000)); in Syn_filt() 152 sig_hi[i] = extract_h(L_tmp); in Syn_filt_32()
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
D | bit_cnt.c | 94 bitCount[1]=extract_h(bc1_2); in count1_2_3_4_5_6_7_8_9_10_11() 96 bitCount[3]=extract_h(bc3_4) + sc; in count1_2_3_4_5_6_7_8_9_10_11() 98 bitCount[5]=extract_h(bc5_6); in count1_2_3_4_5_6_7_8_9_10_11() 100 bitCount[7]=extract_h(bc7_8) + sc; in count1_2_3_4_5_6_7_8_9_10_11() 102 bitCount[9]=extract_h(bc9_10) + sc; in count1_2_3_4_5_6_7_8_9_10_11() 169 bitCount[3]=extract_h(bc3_4) + sc; in count3_4_5_6_7_8_9_10_11() 171 bitCount[5]=extract_h(bc5_6); in count3_4_5_6_7_8_9_10_11() 173 bitCount[7]=extract_h(bc7_8) + sc; in count3_4_5_6_7_8_9_10_11() 175 bitCount[9]=extract_h(bc9_10) + sc; in count3_4_5_6_7_8_9_10_11() 228 bitCount[5]=extract_h(bc5_6); in count5_6_7_8_9_10_11() [all …]
|
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
D | voice_factor.cpp | 130 ener1 = extract_h(Dot_product12(exc, exc, L_subfr, &exp1)); in voice_factor() 139 ener2 = extract_h(Dot_product12(code, code, L_subfr, &exp2)); in voice_factor()
|
D | pvamrwb_math_op.cpp | 344 i = extract_h(*frac); /* Extract b25-b31 */ in one_ov_sqrt_norm() 509 i = extract_h(L_x); /* Extract b25-b31 */ in Lg2_normalized() 520 *fraction = extract_h(L_y); in Lg2_normalized()
|
D | dec_gain2_amr_wb.cpp | 211 gcode_inov = extract_h(shl_int32(L_tmp, exp - 3)); /* g_code_inov in Q12 */ in dec_gain2_amr_wb() 308 gcode0 = extract_h(L_tmp); /* From Q24 to Q8 */ in dec_gain2_amr_wb()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/ |
D | 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/amrwbenc/src/asm/ARMV5E/ |
D | 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/aacenc/basic_op/ |
D | basicop2.c | 537 Word16 extract_h (Word32 L_var1) in extract_h() function 623 var_out = extract_h (L_rounded); in round16() 1166 var_out = extract_h (L_var3); in mac_r() 1217 var_out = extract_h (L_var3); in msu_r()
|
D | basic_op.h | 180 __inline Word16 extract_h (Word32 L_var1); 182 Word16 extract_h (Word32 L_var1); 899 a16 = extract_h(L_var1); in norm_l() 999 var_out = extract_h (L_rounded); in round16() 1151 __inline Word16 extract_h (Word32 L_var1) in extract_h() function
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
D | qgain795.cpp | 384 *gain_cod = extract_h(L_tmp); in MR795_gain_code_quant3() 565 tmp = extract_h(L_t1); in MR795_gain_code_quant_mod() 572 tmp = extract_h(L_shl(L_mult(alpha, frac_en[2], pOverflow), 1, pOverflow)); in MR795_gain_code_quant_mod() 579 coeff[3] = extract_h(L_shl(L_mult(alpha, frac_en[3], pOverflow), 1, pOverflow)); in MR795_gain_code_quant_mod() 709 *gain_cod = extract_h(L_tmp); in MR795_gain_code_quant_mod()
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
D | extract_h.cpp | 163 Word16 extract_h(Word32 L_var1) in extract_h() function
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
D | extract_h.h | 103 Word16 extract_h(Word32 L_var1);
|