/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 1031 x_c = *x2++; in ixheaacd_esbr_postradixcompute2() 1040 n12 = ixheaacd_add32_sat(x_c, x_e); in ixheaacd_esbr_postradixcompute2() 1042 n32 = ixheaacd_sub32_sat(x_c, x_e); 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 1126 x_c = *x2++; in ixheaacd_esbr_postradixcompute4() 1131 xh0_2 = ixheaacd_add32_sat(x_8, x_c); in ixheaacd_esbr_postradixcompute4() 1133 xl0_2 = ixheaacd_sub32_sat(x_8, x_c); 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 1897 x_c = *x2++; in ixheaacd_postradixcompute4() [all …]
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
D | convolution_transposed_3x3.cc | 323 const std::string x_c = "DST_X + " + s_x; in GenerateConvolutionTransposedCode() local 325 c += " if (" + x_c + " < args.dst_tensor.Width() && " + y_c + in GenerateConvolutionTransposedCode() 328 c += " args.dst_tensor.Write(res0, " + x_c + ", " + y_c + ", Z);\n"; in GenerateConvolutionTransposedCode()
|
/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 781 x_c = *x2++; in ixheaacd_esbr_postradixcompute2() 788 y1[h2 + 2] = ixheaacd_add32_sat(x_c, x_e); in ixheaacd_esbr_postradixcompute2() 792 y3[h2 + 2] = ixheaacd_sub32_sat(x_c, x_e); 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 871 x_c = *x2++; in ixheaacd_esbr_postradixcompute4() 876 xh0_2 = ixheaacd_add32_sat(x_8, x_c); in ixheaacd_esbr_postradixcompute4() 878 xl0_2 = ixheaacd_sub32_sat(x_8, x_c); in ixheaacd_esbr_postradixcompute4()
|
/external/ComputeLibrary/src/core/CL/cl_kernels/nhwc/ |
D | winograd_output_transform.cl | 130 int x_c = min(x_out + xk, ((int)_IDST_WIDTH - 1)); 131 dst_indirect_y[xk].v = x_c + y_out * (int)(_IDST_WIDTH); 192 int x_c = min(x_out + xk, ((int)_IDST_WIDTH - 1)); 194 dst_indirect_y[xk + yk * 2].v = x_c + y_c *_IDST_WIDTH; 311 int x_c = min(x_out + xk, ((int)DST_WIDTH - 1)); 312 dst_indirect_y[xk].v = x_c + y_out *DST_WIDTH; 392 int x_c = min(x_out + xk, ((int)DST_WIDTH - 1)); 394 dst_indirect_y[xk + yk * 4].v = x_c + y_c *DST_WIDTH; 512 int x_c = min(x_out + xk, ((int)DST_WIDTH - 1)); 513 dst_indirect_y[xk].v = x_c + y_out *DST_WIDTH; [all …]
|
/external/tensorflow/tensorflow/python/keras/layers/ |
D | recurrent.py | 2402 x_i, x_f, x_c, x_o = x 2408 c = f * c_tm1 + i * self.activation(x_c + backend.dot( 2446 x_c = backend.dot(inputs_c, k_c) 2453 x_c = backend.bias_add(x_c, b_c) 2466 x = (x_i, x_f, x_c, x_o) 2622 x_i, x_f, x_c, x_o = x 2630 c = f * c_tm1 + i * self.activation(x_c + backend.dot(
|
D | convolutional_recurrent.py | 633 x_c = self.input_conv(inputs_c, kernel_c, bias_c, padding=self.padding) 642 c = f * c_tm1 + i * self.activation(x_c + h_c)
|
/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 3096 x_c = x2[4]; in ixheaacd_fft32x32_ld_dec() 3102 xh0_2 = ixheaacd_add32_sat(x_8, x_c); in ixheaacd_fft32x32_ld_dec() 3104 xl0_2 = ixheaacd_sub32_sat(x_8, x_c); in ixheaacd_fft32x32_ld_dec() 3125 n12 = ixheaacd_add32_sat(x_c, x_e); in ixheaacd_fft32x32_ld_dec() 3127 n32 = ixheaacd_sub32_sat(x_c, x_e); in ixheaacd_fft32x32_ld_dec()
|
/external/ComputeLibrary/cl_kernels/nhwc/ |
D | winograd_output_transform.clembed | 3481 int x_c = min(x_out + xk, ((int)_IDST_WIDTH - 1)); 3482 dst_indirect_y[xk].v = x_c + y_out * (int)(_IDST_WIDTH); 3543 int x_c = min(x_out + xk, ((int)_IDST_WIDTH - 1)); 3545 dst_indirect_y[xk + yk * 2].v = x_c + y_c *_IDST_WIDTH; 3629 int x_c = min(x_out + xk, ((int)DST_WIDTH - 1)); 3630 dst_indirect_y[xk].v = x_c + y_out *DST_WIDTH; 3710 int x_c = min(x_out + xk, ((int)DST_WIDTH - 1)); 3712 dst_indirect_y[xk + yk * 4].v = x_c + y_c *DST_WIDTH; 3798 int x_c = min(x_out + xk, ((int)DST_WIDTH - 1)); 3799 dst_indirect_y[xk].v = x_c + y_out *DST_WIDTH; [all …]
|