Home
last modified time | relevance | path

Searched refs:x_c (Results 1 – 5 of 5) sorted by relevance

/external/libxaac/decoder/generic/
Dixheaacd_qmf_dec_generic.c846 WORD32 x_8, x_9, x_a, x_b, x_c, x_d, x_e, x_f; in ixheaacd_esbr_postradixcompute2() local
898 x_c = *x2++; in ixheaacd_esbr_postradixcompute2()
907 n12 = ixheaacd_add32_sat(x_c, x_e); in ixheaacd_esbr_postradixcompute2()
909 n32 = ixheaacd_sub32_sat(x_c, x_e); 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
997 x_c = *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
1746 x_c = *x2++; in ixheaacd_postradixcompute4()
[all …]
/external/libxaac/decoder/armv8/
Dixheaacd_qmf_dec_armv8.c621 WORD32 x_8, x_9, x_a, x_b, x_c, x_d, x_e, x_f; in ixheaacd_esbr_postradixcompute2() local
662 x_c = *x2++; in ixheaacd_esbr_postradixcompute2()
669 y1[h2 + 2] = ixheaacd_add32_sat(x_c, x_e); in ixheaacd_esbr_postradixcompute2()
673 y3[h2 + 2] = ixheaacd_sub32_sat(x_c, x_e); 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
752 x_c = *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/tensorflow/tensorflow/python/keras/layers/
Drecurrent.py2193 x_i, x_f, x_c, x_o = x
2199 c = f * c_tm1 + i * self.activation(x_c + K.dot(
2237 x_c = K.dot(inputs_c, k_c)
2244 x_c = K.bias_add(x_c, b_c)
2257 x = (x_i, x_f, x_c, x_o)
2373 x_i, x_f, x_c, x_o = x
2381 c = f * c_tm1 + i * self.activation(x_c + K.dot(
Dconvolutional_recurrent.py694 x_c = self.input_conv(inputs_c, kernel_c, bias_c, padding=self.padding)
703 c = f * c_tm1 + i * self.activation(x_c + h_c)
/external/libxaac/decoder/
Dixheaacd_aac_imdct.c1953 WORD32 x_8, x_9, x_a, x_b, x_c, x_d, x_e, x_f; in ixheaacd_fft32x32_ld_dec() local
2140 x_c = x2[4]; 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()
2169 n12 = x_c + x_e; in ixheaacd_fft32x32_ld_dec()
2171 n32 = x_c - x_e; in ixheaacd_fft32x32_ld_dec()