Searched refs:v_real (Results 1 – 2 of 2) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_mps_apply_m1.c | 50 WORD32 *v_real, *v_imag, *x_real, *x_imag; in ixheaacd_mps_apply_m1() local 83 v_real = p_buffer_real; in ixheaacd_mps_apply_m1() 87 memset(v_real, 0, hybrid_bands * sizeof(v_real[0])); in ixheaacd_mps_apply_m1() 90 v_real += MAX_HYBRID_BANDS; in ixheaacd_mps_apply_m1() 120 v_real = p_v_real; in ixheaacd_mps_apply_m1() 128 *v_real = *v_real + temp_1; in ixheaacd_mps_apply_m1() 129 v_real++; in ixheaacd_mps_apply_m1() 185 v_real = p_v_real; in ixheaacd_mps_apply_m1() 195 *v_real = *v_real + temp_1; in ixheaacd_mps_apply_m1() 196 v_real++; in ixheaacd_mps_apply_m1() [all …]
|
D | ixheaacd_mps_tonality.c | 70 WORD32 v_real[16], v_imag[16]; in ixheaacd_zoom_fft16() local 105 v_real[idx] = ixheaacd_mps_mult32_shr_30(temp_1, blackman[i]); in ixheaacd_zoom_fft16() 115 t_real = ixheaacd_mps_mult32_shr_30(v_real[i + j + s1], w_real[j * s2]) - in ixheaacd_zoom_fft16() 117 t_imag = ixheaacd_mps_mult32_shr_30(v_real[i + j + s1], w_imag[j * s2]) + in ixheaacd_zoom_fft16() 120 v_real[i + j + s1] = v_real[i + j] - t_real; in ixheaacd_zoom_fft16() 123 v_real[i + j] += t_real; in ixheaacd_zoom_fft16() 131 t_real = ixheaacd_mps_mult32_shr_30(v_real[j + 8], w_real[idx]) - in ixheaacd_zoom_fft16() 133 t_imag = ixheaacd_mps_mult32_shr_30(v_real[j + 8], w_imag[idx]) + in ixheaacd_zoom_fft16() 137 out_real[j] = v_real[j] + t_real; in ixheaacd_zoom_fft16() 140 out_real[j] = v_real[j] - t_real; in ixheaacd_zoom_fft16()
|