/external/webp/src/dsp/ |
D | neon.h | 74 const int32x4x2_t out23 = vtrnq_s32(vreinterpretq_s32_u64(row23.val[0]), in Transpose4x4_NEON() local 79 out.val[2] = out23.val[0]; in Transpose4x4_NEON() 80 out.val[3] = out23.val[1]; in Transpose4x4_NEON()
|
D | enc_neon.c | 80 const int16x8_t out23 = vrsraq_n_s16(dst23_s16, row23, 3); in Add4x4_NEON() local 82 SaturateAndStore4x4_NEON(dst, out01, out23); in Add4x4_NEON()
|
D | dec_neon.c | 418 const int16x8_t out23 = vrsraq_n_s16(dst23_s16, row23, 3); in Add4x4_NEON() local 420 SaturateAndStore4x4_NEON(dst, out01, out23); in Add4x4_NEON()
|
/external/libgav1/src/dsp/arm/ |
D | loop_filter_neon.cc | 1087 const uint8x16x2_t out23 = vtrnq_u8(vreinterpretq_u8_u16(out02.val[1]), in Vertical14_NEON() local 1097 const uint8x16_t output_2 = vqtbl1q_u8(out23.val[0], index_p7toq7); in Vertical14_NEON() 1098 const uint8x16_t output_3 = vqtbl1q_u8(out23.val[1], index_p7toq7); in Vertical14_NEON() 1105 const uint8x8_t x2_p7p0 = VQTbl1U8(out23.val[0], index_p7top0); in Vertical14_NEON() 1106 const uint8x8_t x3_p7p0 = VQTbl1U8(out23.val[1], index_p7top0); in Vertical14_NEON() 1110 const uint8x8_t x2_q7q0 = VQTbl1U8(out23.val[0], index_q7toq0); in Vertical14_NEON() 1111 const uint8x8_t x3_q7q0 = VQTbl1U8(out23.val[1], index_q7toq0); in Vertical14_NEON()
|
/external/ComputeLibrary/src/core/CL/cl_kernels/nchw/ |
D | winograd_input_transform.cl | 167 DATA_TYPE out23 = tmp2.s1 - tmp2.s3; 194 *((__global DATA_TYPE *)(dst_addr + 11 * dst_stride_z)) = out23; 345 out23 = (VEC_DATA_TYPE(DATA_TYPE, 2))(tmp2.s1 - tmp2.s3, tmp6.s1 - tmp6.s3); 376 vstore2(out23, 0, (__global DATA_TYPE *)(dst_addr + 11 * dst_stride_z)); 553 DATA_TYPE out23 = k5; 575 // Channels [12, 17]: [out20, out21, out22, out23, out24, out25] 627 out23 += part22 + part23; 665 *(dst_addr) = out23;
|
D | winograd_output_transform.cl | 309 // Compute out20, out21, out22 and out23 313 float out23 = d11 + d21 + 4.0f * d31 + 4.0f * d41; 321 out23 += 4.0f * k1 - d12 + d15 - d22 + d25 - 4.0f * d32 + 4.0f * d35 - 4.0f * d42 + 4.0f * d45; 389 out23 += (float)b; 398 …ION_TYPE, float, VEC_SIZE, (VEC_DATA_TYPE(float, 4))(out20, out21, out22, out23), A_VAL, B_VAL), V…
|
/external/libvpx/vp9/encoder/x86/ |
D | vp9_dct_intrin_sse2.c | 49 __m128i out23 = _mm_add_epi16(in23, kOne); in write_buffer_4x4() local 51 out23 = _mm_srai_epi16(out23, 2); in write_buffer_4x4() 53 store_output(&out23, (output + 1 * 8)); in write_buffer_4x4()
|
/external/ComputeLibrary/cl_kernels/nchw/ |
D | winograd_input_transform.clembed | 2223 DATA_TYPE out23 = tmp2.s1 - tmp2.s3; 2250 *((__global DATA_TYPE *)(dst_addr + 11 * dst_stride_z)) = out23; 2373 out23 = (VEC_DATA_TYPE(DATA_TYPE, 2))(tmp2.s1 - tmp2.s3, tmp6.s1 - tmp6.s3); 2404 vstore2(out23, 0, (__global DATA_TYPE *)(dst_addr + 11 * dst_stride_z)); 2553 DATA_TYPE out23 = k5; 2627 out23 += part22 + part23; 2665 *(dst_addr) = out23;
|
D | winograd_output_transform.clembed | 3636 float out23 = d11 + d21 + 4.0f * d31 + 4.0f * d41; 3644 out23 += 4.0f * k1 - d12 + d15 - d22 + d25 - 4.0f * d32 + 4.0f * d35 - 4.0f * d42 + 4.0f * d45; 3712 out23 += (float)b; 3721 …ION_TYPE, float, VEC_SIZE, (VEC_DATA_TYPE(float, 4))(out20, out21, out22, out23), A_VAL, B_VAL), V…
|
/external/ComputeLibrary/src/core/CL/cl_kernels/nhwc/ |
D | winograd_filter_transform.cl | 113 DATA_TYPE out20, out21, out22, out23, out24, out25; 117 out23 = (-w00 + w10 - w20 + 2.f * (-w01 + w11 - w21) + 4.f * (-w02 + w12 - w22)) / 144.f; 174 *(__global DATA_TYPE *)(dst_addr + 15 * dst_stride_z) = out23;
|
/external/ComputeLibrary/cl_kernels/nhwc/ |
D | winograd_filter_transform.clembed | 1309 DATA_TYPE out20, out21, out22, out23, out24, out25; 1313 out23 = (-w00 + w10 - w20 + 2.f * (-w01 + w11 - w21) + 4.f * (-w02 + w12 - w22)) / 144.f; 1370 *(__global DATA_TYPE *)(dst_addr + 15 * dst_stride_z) = out23;
|