Home
last modified time | relevance | path

Searched defs:b_u8 (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
Dsad_neon.c85 const uint8x8_t b_u8 = vld1_u8(ref_ptr); in sad8x() local
102 const uint8x8_t b_u8 = vld1_u8(ref_ptr); in sad8x_avg() local
140 const uint8x16_t b_u8 = vld1q_u8(ref_ptr); in sad16x() local
158 const uint8x16_t b_u8 = vld1q_u8(ref_ptr); in sad16x_avg() local
Dvariance_neon.c43 const uint8x16_t b_u8 = load_unaligned_u8q(ref_ptr, ref_stride); in variance_neon_w4x4() local
91 const uint8x16_t b_u8 = vld1q_u8(ref_ptr + j); in variance_neon_w16() local
Dsad4d_neon.c154 const uint8x8_t b_u8 = vld1_u8(ref_loop[j]); in sad8x_4d() local