HomeSort by relevance Sort by last modified time
    Searched refs:load_unaligned_u8q (Results 1 - 6 of 6) sorted by null

  /external/libvpx/libvpx/vpx_dsp/arm/
avg_pred_neon.c 39 r = load_unaligned_u8q(ref, ref_stride);
sad4d_neon.c 23 const uint8x16_t src_u8 = load_unaligned_u8q(src, src_stride);
25 const uint8x16_t ref_u8 = load_unaligned_u8q(ref[i], ref_stride);
36 const uint8x16_t src_0 = load_unaligned_u8q(src, src_stride);
37 const uint8x16_t src_1 = load_unaligned_u8q(src + 4 * src_stride, src_stride);
39 const uint8x16_t ref_0 = load_unaligned_u8q(ref[i], ref_stride);
41 load_unaligned_u8q(ref[i] + 4 * ref_stride, ref_stride);
sad_neon.c 21 const uint8x16_t src_u8 = load_unaligned_u8q(src_ptr, src_stride);
22 const uint8x16_t ref_u8 = load_unaligned_u8q(ref_ptr, ref_stride);
31 const uint8x16_t src_u8 = load_unaligned_u8q(src_ptr, src_stride);
32 const uint8x16_t ref_u8 = load_unaligned_u8q(ref_ptr, ref_stride);
45 const uint8x16_t src_u8 = load_unaligned_u8q(src_ptr, src_stride);
46 const uint8x16_t ref_u8 = load_unaligned_u8q(ref_ptr, ref_stride);
62 const uint8x16_t src_u8 = load_unaligned_u8q(src_ptr, src_stride);
63 const uint8x16_t ref_u8 = load_unaligned_u8q(ref_ptr, ref_stride);
mem_neon.h 109 static INLINE uint8x16_t load_unaligned_u8q(const uint8_t *buf, int stride) { function
variance_neon.c 41 const uint8x16_t a_u8 = load_unaligned_u8q(a, a_stride);
42 const uint8x16_t b_u8 = load_unaligned_u8q(b, b_stride);
avg_neon.c 23 const uint8x16_t b = load_unaligned_u8q(a, a_stride);

Completed in 237 milliseconds