Searched refs:x_8 (Results 1 – 3 of 3) 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 894 x_8 = *x2++; in ixheaacd_esbr_postradixcompute2() 903 n02 = ixheaacd_add32_sat(x_8, x_a); in ixheaacd_esbr_postradixcompute2() 905 n22 = ixheaacd_sub32_sat(x_8, x_a); 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 993 x_8 = *x2++; in ixheaacd_esbr_postradixcompute4() 1002 xh0_2 = ixheaacd_add32_sat(x_8, x_c); in ixheaacd_esbr_postradixcompute4() 1004 xl0_2 = ixheaacd_sub32_sat(x_8, x_c); 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 1742 x_8 = *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 658 x_8 = *x2++; in ixheaacd_esbr_postradixcompute2() 667 y0[h2 + 2] = ixheaacd_add32_sat(x_8, x_a); in ixheaacd_esbr_postradixcompute2() 671 y2[h2 + 2] = ixheaacd_sub32_sat(x_8, x_a); 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 748 x_8 = *x2++; in ixheaacd_esbr_postradixcompute4() 757 xh0_2 = x_8 + x_c; in ixheaacd_esbr_postradixcompute4() 759 xl0_2 = x_8 - x_c; in ixheaacd_esbr_postradixcompute4()
|
/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 2136 x_8 = x2[0]; in ixheaacd_fft32x32_ld_dec() 2146 xh0_2 = x_8 + x_c; in ixheaacd_fft32x32_ld_dec() 2148 xl0_2 = x_8 - x_c; in ixheaacd_fft32x32_ld_dec() 2165 n02 = x_8 + x_a; in ixheaacd_fft32x32_ld_dec() 2167 n22 = x_8 - x_a; in ixheaacd_fft32x32_ld_dec()
|