Searched refs:load_8bit_8x4 (Results 1 – 2 of 2) sorted by relevance
62 static INLINE void load_8bit_8x4(const uint8_t *const s, const ptrdiff_t stride, in load_8bit_8x4() function72 load_8bit_8x4(s + 0 * stride, stride, &d[0]); in load_8bit_8x8()73 load_8bit_8x4(s + 4 * stride, stride, &d[4]); in load_8bit_8x8()
818 load_8bit_8x4(src, src_stride, s); in filter_horiz_w4_ssse3()