Searched refs:load_8bit_4x4 (Results 1 – 2 of 2) sorted by relevance
48 static INLINE void load_8bit_4x4(const uint8_t *const s, const ptrdiff_t stride, in load_8bit_4x4() function58 load_8bit_4x4(s + 0 * stride, stride, &d[0]); in load_8bit_4x8()59 load_8bit_4x4(s + 4 * stride, stride, &d[4]); in load_8bit_4x8()
841 load_8bit_4x4(src, src_stride, s); in transpose4x4_to_dst()