Home
last modified time | relevance | path

Searched refs:vec_ref_00 (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
Dsad_neon.c149 const uint8x16_t vec_ref_00 = vld1q_u8(ref); in vpx_sad64x64_neon() local
156 vget_low_u8(vec_ref_00)); in vpx_sad64x64_neon()
158 vget_high_u8(vec_ref_00)); in vpx_sad64x64_neon()
184 const uint8x16_t vec_ref_00 = vld1q_u8(ref); in vpx_sad32x32_neon() local
189 vget_low_u8(vec_ref_00)); in vpx_sad32x32_neon()
191 vget_high_u8(vec_ref_00)); in vpx_sad32x32_neon()
Dsad4d_neon.c40 const uint8x16_t vec_ref_00 = vld1q_u8(ref); in sad_neon_64() local
46 vget_low_u8(vec_ref_00)); in sad_neon_64()
48 vget_high_u8(vec_ref_00)); in sad_neon_64()
70 const uint8x16_t vec_ref_00 = vld1q_u8(ref); in sad_neon_32() local
74 vget_low_u8(vec_ref_00)); in sad_neon_32()
76 vget_high_u8(vec_ref_00)); in sad_neon_32()