Searched refs:x_d (Results 1 – 3 of 3) sorted by relevance
/external/libxaac/decoder/generic/ |
D | ixheaacd_qmf_dec_generic.c | 982 WORD32 x_8, x_9, x_a, x_b, x_c, x_d, x_e, x_f; in ixheaacd_esbr_postradixcompute2() local 1032 x_d = *x2++; in ixheaacd_esbr_postradixcompute2() 1041 n13 = ixheaacd_add32_sat(x_d, x_f); in ixheaacd_esbr_postradixcompute2() 1043 n33 = ixheaacd_sub32_sat(x_d, x_f); in ixheaacd_esbr_postradixcompute2() 1069 WORD32 x_8, x_9, x_a, x_b, x_c, x_d, x_e, x_f; in ixheaacd_esbr_postradixcompute4() local 1127 x_d = *x2++; in ixheaacd_esbr_postradixcompute4() 1132 xh1_2 = ixheaacd_add32_sat(x_9, x_d); in ixheaacd_esbr_postradixcompute4() 1134 xl1_2 = ixheaacd_sub32_sat(x_9, x_d); in ixheaacd_esbr_postradixcompute4() 1840 WORD32 x_8, x_9, x_a, x_b, x_c, x_d, x_e, x_f; in ixheaacd_postradixcompute4() local 1898 x_d = *x2++; in ixheaacd_postradixcompute4() [all …]
|
/external/libxaac/decoder/armv8/ |
D | ixheaacd_qmf_dec_armv8.c | 740 WORD32 x_8, x_9, x_a, x_b, x_c, x_d, x_e, x_f; in ixheaacd_esbr_postradixcompute2() local 782 x_d = *x2++; in ixheaacd_esbr_postradixcompute2() 789 y1[h2 + 3] = ixheaacd_add32_sat(x_d, x_f); in ixheaacd_esbr_postradixcompute2() 793 y3[h2 + 3] = ixheaacd_sub32_sat(x_d, x_f); in ixheaacd_esbr_postradixcompute2() 810 WORD32 x_8, x_9, x_a, x_b, x_c, x_d, x_e, x_f; in ixheaacd_esbr_postradixcompute4() local 872 x_d = *x2++; in ixheaacd_esbr_postradixcompute4() 877 xh1_2 = ixheaacd_add32_sat(x_9, x_d); in ixheaacd_esbr_postradixcompute4() 879 xl1_2 = ixheaacd_sub32_sat(x_9, x_d); in ixheaacd_esbr_postradixcompute4()
|
/external/libxaac/decoder/ |
D | ixheaacd_aac_imdct.c | 2903 WORD32 x_8, x_9, x_a, x_b, x_c, x_d, x_e, x_f; in ixheaacd_fft32x32_ld_dec() local 3097 x_d = x2[5]; in ixheaacd_fft32x32_ld_dec() 3103 xh1_2 = ixheaacd_add32_sat(x_9, x_d); in ixheaacd_fft32x32_ld_dec() 3105 xl1_2 = ixheaacd_sub32_sat(x_9, x_d); in ixheaacd_fft32x32_ld_dec() 3126 n13 = ixheaacd_add32_sat(x_d, x_f); in ixheaacd_fft32x32_ld_dec() 3128 n33 = ixheaacd_sub32_sat(x_d, x_f); in ixheaacd_fft32x32_ld_dec()
|