Searched refs:x_9 (Results 1 – 4 of 4) sorted by relevance
/external/libxaac/decoder/generic/ |
D | ixheaacd_qmf_dec_generic.c | 846 WORD32 x_8, x_9, x_a, x_b, x_c, x_d, x_e, x_f; in ixheaacd_esbr_postradixcompute2() local 895 x_9 = *x2++; in ixheaacd_esbr_postradixcompute2() 904 n03 = ixheaacd_add32_sat(x_9, x_b); in ixheaacd_esbr_postradixcompute2() 906 n23 = ixheaacd_sub32_sat(x_9, x_b); in ixheaacd_esbr_postradixcompute2() 936 WORD32 x_8, x_9, x_a, x_b, x_c, x_d, x_e, x_f; in ixheaacd_esbr_postradixcompute4() local 994 x_9 = *x2++; in ixheaacd_esbr_postradixcompute4() 1003 xh1_2 = ixheaacd_add32_sat(x_9, x_d); in ixheaacd_esbr_postradixcompute4() 1005 xl1_2 = ixheaacd_sub32_sat(x_9, x_d); in ixheaacd_esbr_postradixcompute4() 1685 WORD32 x_8, x_9, x_a, x_b, x_c, x_d, x_e, x_f; in ixheaacd_postradixcompute4() local 1743 x_9 = *x2++; in ixheaacd_postradixcompute4() [all …]
|
/external/libxaac/decoder/armv8/ |
D | ixheaacd_qmf_dec_armv8.c | 621 WORD32 x_8, x_9, x_a, x_b, x_c, x_d, x_e, x_f; in ixheaacd_esbr_postradixcompute2() local 659 x_9 = *x2++; in ixheaacd_esbr_postradixcompute2() 668 y0[h2 + 3] = ixheaacd_add32_sat(x_9, x_b); in ixheaacd_esbr_postradixcompute2() 672 y2[h2 + 3] = ixheaacd_sub32_sat(x_9, x_b); in ixheaacd_esbr_postradixcompute2() 691 WORD32 x_8, x_9, x_a, x_b, x_c, x_d, x_e, x_f; in ixheaacd_esbr_postradixcompute4() local 749 x_9 = *x2++; in ixheaacd_esbr_postradixcompute4() 758 xh1_2 = x_9 + x_d; in ixheaacd_esbr_postradixcompute4() 760 xl1_2 = x_9 - x_d; in ixheaacd_esbr_postradixcompute4()
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_glsl450.c | 275 nir_ssa_def *x_9 = nir_fmul(b, x_7, x_2); in build_atan() local 276 nir_ssa_def *x_11 = nir_fmul(b, x_9, x_2); in build_atan() 283 nir_fmul(b, x_9, nir_imm_float(b, 0.0536813784310406f)), in build_atan()
|
/external/libxaac/decoder/ |
D | ixheaacd_aac_imdct.c | 1953 WORD32 x_8, x_9, x_a, x_b, x_c, x_d, x_e, x_f; in ixheaacd_fft32x32_ld_dec() local 2137 x_9 = x2[1]; in ixheaacd_fft32x32_ld_dec() 2147 xh1_2 = x_9 + x_d; in ixheaacd_fft32x32_ld_dec() 2149 xl1_2 = x_9 - x_d; in ixheaacd_fft32x32_ld_dec() 2166 n03 = x_9 + x_b; in ixheaacd_fft32x32_ld_dec() 2168 n23 = x_9 - x_b; in ixheaacd_fft32x32_ld_dec()
|