Home
last modified time | relevance | path

Searched refs:out23 (Results 1 – 6 of 6) sorted by relevance

/external/webp/src/dsp/
Dneon.h72 const int32x4x2_t out23 = vtrnq_s32(vreinterpretq_s32_u64(row23.val[0]), in Transpose4x4_NEON() local
77 out.val[2] = out23.val[0]; in Transpose4x4_NEON()
78 out.val[3] = out23.val[1]; in Transpose4x4_NEON()
Denc_neon.c80 const int16x8_t out23 = vrsraq_n_s16(dst23_s16, row23, 3); in Add4x4_NEON() local
82 SaturateAndStore4x4_NEON(dst, out01, out23); in Add4x4_NEON()
Ddec_neon.c418 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/llvm-project/llvm/test/CodeGen/AMDGPU/
Damdhsa-trap-num-sgprs.ll31 i32 addrspace(1)* %out23, i32 %in23,
62 store i32 %in23, i32 addrspace(1)* %out23
/external/libgav1/libgav1/src/dsp/arm/
Dloop_filter_neon.cc1113 const uint8x16x2_t out23 = vtrnq_u8(vreinterpretq_u8_u16(out02.val[1]), in Vertical14_NEON() local
1123 const uint8x16_t output_2 = vqtbl1q_u8(out23.val[0], index_p7toq7); in Vertical14_NEON()
1124 const uint8x16_t output_3 = vqtbl1q_u8(out23.val[1], index_p7toq7); in Vertical14_NEON()
1131 const uint8x8_t x2_p7p0 = VQTbl1U8(out23.val[0], index_p7top0); in Vertical14_NEON()
1132 const uint8x8_t x3_p7p0 = VQTbl1U8(out23.val[1], index_p7top0); in Vertical14_NEON()
1136 const uint8x8_t x2_q7q0 = VQTbl1U8(out23.val[0], index_q7toq0); in Vertical14_NEON()
1137 const uint8x8_t x3_q7q0 = VQTbl1U8(out23.val[1], index_q7toq0); in Vertical14_NEON()
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_dct_intrin_sse2.c49 __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()