/external/gemmlowp/meta/generators/ |
D | mul_1x8_Mx8_neon.py | 122 temp_2 = registers.Low(aggregators[1]) 123 emitter.EmitVPadd('u32', temp_2, registers.Low(aggregators[4]), 126 temp_2 = registers.Low(aggregators[1]) 127 emitter.EmitVPadd('u32', temp_2, registers.Low(aggregators[4]), 130 temp_2 = aggregators[1] 131 emitter.EmitVPadd('u32', registers.Low(temp_2), 134 emitter.EmitVPadd('u32', registers.High(temp_2), 138 temp_2 = aggregators[1] 139 emitter.EmitVPadd('u32', registers.Low(temp_2), 142 emitter.EmitVPadd('u32', registers.High(temp_2), [all …]
|
/external/libxaac/decoder/ |
D | ixheaacd_mps_apply_m1.c | 48 WORD32 temp_1, temp_2; in ixheaacd_mps_apply_m1() local 192 temp_2 = ixheaacd_mps_mult32_shr_15(*x_imag, *rout_kernel_imag_ptr); in ixheaacd_mps_apply_m1() 193 temp_1 += temp_2; in ixheaacd_mps_apply_m1() 200 temp_2 = ixheaacd_mps_mult32_shr_15(*x_real, *rout_kernel_imag_ptr); in ixheaacd_mps_apply_m1() 202 temp_1 -= temp_2; in ixheaacd_mps_apply_m1() 212 temp_2 = ixheaacd_mps_mult32_shr_15(*x_imag, *rout_kernel_imag_ptr); in ixheaacd_mps_apply_m1() 213 temp_1 -= temp_2; in ixheaacd_mps_apply_m1() 220 temp_2 = ixheaacd_mps_mult32_shr_15(*x_real, *rout_kernel_imag_ptr); in ixheaacd_mps_apply_m1() 222 temp_1 += temp_2; in ixheaacd_mps_apply_m1()
|
D | ixheaacd_mps_mdct_2_qmf.c | 864 WORD32 temp_1, temp3, temp_2; in ixheaacd_local_imdet() local 912 temp_2 = ixheaacd_mps_mult32_shr_15(temp_1, *sum); in ixheaacd_local_imdet() 914 *z_real = temp_2; in ixheaacd_local_imdet() 916 temp_2 = ixheaacd_mps_mult32_shr_15(temp_1, *sum); in ixheaacd_local_imdet() 918 *z_real_2 = temp_2; in ixheaacd_local_imdet() 921 temp_2 = ixheaacd_mps_mult32_shr_15(temp_1, *diff); in ixheaacd_local_imdet() 923 *z_imag = temp_2; in ixheaacd_local_imdet() 925 temp_2 = ixheaacd_mps_mult32_shr_15(temp_1, *diff); in ixheaacd_local_imdet() 927 *z_imag_2 = temp_2; in ixheaacd_local_imdet() 930 temp_2 = ixheaacd_mps_mult32_shr_15(temp_1, *sum); in ixheaacd_local_imdet() [all …]
|
D | ixheaacd_mps_decorr.c | 537 WORD32 temp_1, temp_2, temp3, temp4; in ixheaacd_decorr_filt_apply() local 561 temp_2 = ixheaacd_mps_mult32_shr_14(temp6, numerator_real[0]); in ixheaacd_decorr_filt_apply() 564 *output_imag = temp_2 + state_imag[0]; in ixheaacd_decorr_filt_apply() 574 temp_2 = ixheaacd_mps_mult32x16_shr_16(temp7, denominator_real[j]); in ixheaacd_decorr_filt_apply() 576 temp_1 -= temp_2; in ixheaacd_decorr_filt_apply() 605 WORD32 temp_1, temp_2, temp3; in ixheaacd_ducker_apply_71() local 667 temp_2 = smooth_direct_nrg[pb] << 2; in ixheaacd_ducker_apply_71() 669 ixheaacd_mps_add32(temp_2, temp_1, &(q_smooth_direct_nrg[pb]), qtemp); in ixheaacd_ducker_apply_71() 673 temp_2 = smooth_reverb_nrg[pb] << 2; in ixheaacd_ducker_apply_71() 676 ixheaacd_mps_add32(temp_2, temp_1, &(q_smooth_reverb_nrg[pb]), qtemp); in ixheaacd_ducker_apply_71() [all …]
|
D | ixheaacd_mps_res_tns.c | 119 WORD count, remaining, temp_1, temp_2, temp3, temp4; in ixheaacd_res_calc_max_spectral_line() local 124 temp_2 = *p_tmp++; in ixheaacd_res_calc_max_spectral_line() 129 max_spectral_line = ixheaacd_abs32_nrm(temp_2) | max_spectral_line; in ixheaacd_res_calc_max_spectral_line() 133 temp_2 = *p_tmp++; in ixheaacd_res_calc_max_spectral_line() 138 max_spectral_line = ixheaacd_abs32_nrm(temp_2) | max_spectral_line; in ixheaacd_res_calc_max_spectral_line()
|
D | ixheaacd_mps_blind.c | 66 WORD32 temp_1, temp_2; in ixheaacd_init_blind() local 96 temp_2 = ixheaacd_mps_mult32_shr_15(ixheaacd_mps_mult32_shr_15(q_8, q_4), q_2); in ixheaacd_init_blind() 98 ixheaacd_mps_mult32_shr_15(ixheaacd_mps_mult32_shr_15(temp_1, temp_2), r_2); in ixheaacd_init_blind() 298 WORD32 temp_1, temp_2; in ixheaacd_update_down_mix_state() local 374 temp_2 = ixheaacd_mps_mult32_shr_15(temp_1, *excitation_0); in ixheaacd_update_down_mix_state() 377 blind->excitation[0][pb] = ixheaacd_mps_add32(blind->excitation[0][pb], temp_2, in ixheaacd_update_down_mix_state() 381 temp_2 = ixheaacd_mps_mult32_shr_15(temp_1, *excitation_1); in ixheaacd_update_down_mix_state() 384 blind->excitation[1][pb] = ixheaacd_mps_add32(blind->excitation[1][pb], temp_2, in ixheaacd_update_down_mix_state() 388 temp_2 = ixheaacd_mps_mult32_shr_15(temp_1, *excitation_2); in ixheaacd_update_down_mix_state() 391 blind->excitation[2][pb] = ixheaacd_mps_add32(blind->excitation[2][pb], temp_2, in ixheaacd_update_down_mix_state()
|
D | ixheaacd_mps_calc_m1m2_tree_51sx.c | 94 WORD32 temp_1, temp_2; in ixheaacd_calc_m1m2_51s1() local 130 temp_2 = ixheaacd_mps_mult32_shr_15(left_f, right_f); in ixheaacd_calc_m1m2_51s1() 131 temp_2 = ixheaacd_mps_mult32_shr_15(temp_2, p_aux_struct->ott_icc[3][ps][pb]); in ixheaacd_calc_m1m2_51s1() 133 temp_1 = ixheaacd_add32_sat(temp_1, temp_2); in ixheaacd_calc_m1m2_51s1() 145 temp_2 = ixheaacd_mps_div_32(cross, temp_1, &qtemp2); in ixheaacd_calc_m1m2_51s1() 147 icc[pb] = ixheaacd_mps_convert_to_qn(temp_2, qtemp2, 15); in ixheaacd_calc_m1m2_51s1()
|
D | ixheaacd_mps_basic_op.h | 35 WORD32 temp_1, temp_2; in ixheaacd_mps_get_rshift_bits() local 37 temp_2 = ixheaacd_norm32(temp_1); in ixheaacd_mps_get_rshift_bits() 38 if (temp_2 < 31) { in ixheaacd_mps_get_rshift_bits() 39 return (32 - temp_2); in ixheaacd_mps_get_rshift_bits() 41 temp_2 = (WORD32)(a); in ixheaacd_mps_get_rshift_bits() 42 if ((temp_1 ^ temp_2) < 0) { in ixheaacd_mps_get_rshift_bits()
|
D | ixheaacd_mps_temp_process.c | 312 WORD32 temp_1, temp_2; in ixheaacd_subband_tp() local 753 temp_2 = ONE_IN_Q15 - STP_LPF_COEFF1_FIX; in ixheaacd_subband_tp() 754 temp_2 = ixheaacd_mps_mult32_shr_15(temp_2, dry_ener[ch]); in ixheaacd_subband_tp() 756 run_dry_ener[ch] = ixheaacd_mps_add32(temp_1, temp_2, &(q_run_dry_ener[ch]), in ixheaacd_subband_tp() 785 temp_2 = ixheaacd_mps_mult32(*qmf_output_imag_wet, *qmf_output_imag_wet, in ixheaacd_subband_tp() 789 temp_1 = ixheaacd_mps_add32(temp_1, temp_2, &qtemp1, qtemp2); in ixheaacd_subband_tp() 799 temp_2 = ONE_IN_Q15 - STP_LPF_COEFF1_FIX; in ixheaacd_subband_tp() 801 temp_2 = ixheaacd_mps_mult32_shr_15(temp_2, wet_ener[ch]); in ixheaacd_subband_tp() 804 ixheaacd_mps_add32(temp_1, temp_2, &q_run_wet_ener[ch], q_wet_ener[ch]); in ixheaacd_subband_tp() 1109 temp_2 = in ixheaacd_subband_tp() [all …]
|
D | ixheaacd_mps_calc_m1m2_common.c | 46 WORD32 temp, temp_1, temp_2; in ixheaacd_get_matrix_inversion_weights() local 89 temp_2 = (WORD32)acc; in ixheaacd_get_matrix_inversion_weights() 91 temp = ixheaacd_mps_div_32(temp, temp_2, &qtemp); in ixheaacd_get_matrix_inversion_weights() 96 temp_2 = c1p + temp_1; in ixheaacd_get_matrix_inversion_weights() 97 temp = ixheaacd_mps_div_32(c1p, temp_2, &qtemp); in ixheaacd_get_matrix_inversion_weights() 102 temp_2 = ixheaacd_mps_mult32_shr_15(c1, w1); in ixheaacd_get_matrix_inversion_weights() 103 *weight1 = ixheaacd_mps_div32_in_q15(temp_2, temp_1); in ixheaacd_get_matrix_inversion_weights() 106 temp_2 = ixheaacd_mps_mult32_shr_15(c2, w2); in ixheaacd_get_matrix_inversion_weights() 107 *weight2 = ixheaacd_mps_div32_in_q15(temp_2, temp_1); in ixheaacd_get_matrix_inversion_weights()
|
D | ixheaacd_mps_tonality.c | 74 WORD32 temp_1, temp_2, temp3, temp4; in ixheaacd_zoom_fft16() local 87 temp_2 = ixheaacd_mps_mult32_shr_15(temp_1, temp3); in ixheaacd_zoom_fft16() 88 temp_2 = ixheaacd_mps_cos(temp_2, cos_tab); in ixheaacd_zoom_fft16() 89 temp_2 >>= 1; in ixheaacd_zoom_fft16() 96 temp4 = POINT_FOUR_TWO_Q15 - temp_2; in ixheaacd_zoom_fft16()
|
D | ixheaacd_mps_reshape_bb_env.c | 372 WORD32 temp_1, temp_2; in ixheaacd_reshape_bb_env() local 455 temp_2 = (env_dmx_0[ts] + env_dmx_1[ts]) >> 1; in ixheaacd_reshape_bb_env() 456 inter[ts] = (WORD64)((WORD64)*env++ * (WORD64)temp_2); in ixheaacd_reshape_bb_env() 528 temp_2 = ixheaacd_mps_div_32(slot_amp_wet, temp_1, &qtemp2); in ixheaacd_reshape_bb_env() 530 slot_amp_ratio = ixheaacd_mps_sqrt(temp_2, &q_slot_amp_ratio, sqrt_tab); in ixheaacd_reshape_bb_env()
|
D | ixheaacd_mps_calc_m1m2_tree_727x.c | 57 WORD32 temp_1, temp_2; in ixheaacd_calc_m1m2_7271() local 425 temp_2 = MINUS_SQRT_2_Q30; in ixheaacd_calc_m1m2_7271() 426 m2_param->m2_decor_real[pos[4]][ps][pb] = ixheaacd_mps_mult32_shr_30(temp_1, temp_2); in ixheaacd_calc_m1m2_7271() 464 WORD32 temp_1, temp_2; in ixheaacd_calc_m1m2_7272() local 814 temp_2 = MINUS_SQRT_2_Q30; in ixheaacd_calc_m1m2_7272() 815 m2_param->m2_decor_real[pos[2]][ps][pb] = ixheaacd_mps_mult32_shr_30(temp_1, temp_2); in ixheaacd_calc_m1m2_7272()
|
/external/libavc/common/x86/svc/ |
D | isvc_resi_trans_quant_sse42.c | 146 __m128i temp_2 = _mm_set1_epi16(2); in isvc_resi_trans_quant_4x4_sse42() local 341 sign_reg0 = _mm_mullo_epi16(temp_2, sign_reg0); in isvc_resi_trans_quant_4x4_sse42() 342 sign_reg2 = _mm_mullo_epi16(temp_2, sign_reg2); in isvc_resi_trans_quant_4x4_sse42() 446 __m128i temp_2 = _mm_set1_epi16(2); in isvc_resi_trans_quant_4x4_with_res_pred_sse42() local 670 sign_reg0 = _mm_mullo_epi16(temp_2, sign_reg0); in isvc_resi_trans_quant_4x4_with_res_pred_sse42() 671 sign_reg2 = _mm_mullo_epi16(temp_2, sign_reg2); in isvc_resi_trans_quant_4x4_with_res_pred_sse42() 854 __m128i temp_2 = _mm_set1_epi16(2); in isvc_resi_trans_quant_chroma_4x4_sse42() local 1037 sign_reg0 = _mm_mullo_epi16(temp_2, sign_reg0); in isvc_resi_trans_quant_chroma_4x4_sse42() 1038 sign_reg2 = _mm_mullo_epi16(temp_2, sign_reg2); in isvc_resi_trans_quant_chroma_4x4_sse42() 1149 __m128i temp_2 = _mm_set1_epi16(2); in isvc_resi_trans_quant_chroma_4x4_with_res_pred_sse42() local [all …]
|
/external/libavc/common/x86/ |
D | ih264_resi_trans_quant_sse42.c | 117 __m128i temp_2 = _mm_set1_epi16(2); in ih264_resi_trans_quant_4x4_sse42() local 243 sign_reg0 = _mm_mullo_epi16(temp_2,sign_reg0); in ih264_resi_trans_quant_4x4_sse42() 244 sign_reg2 = _mm_mullo_epi16(temp_2,sign_reg2); in ih264_resi_trans_quant_4x4_sse42() 391 __m128i temp_2 = _mm_set1_epi16(2); in ih264_resi_trans_quant_chroma_4x4_sse42() local 526 sign_reg0 = _mm_mullo_epi16(temp_2,sign_reg0); in ih264_resi_trans_quant_chroma_4x4_sse42() 527 sign_reg2 = _mm_mullo_epi16(temp_2,sign_reg2); in ih264_resi_trans_quant_chroma_4x4_sse42()
|