Searched refs:loadu_8bit_16x4 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | mem_sse2.h | 88 static INLINE void loadu_8bit_16x4(const uint8_t *const s, in loadu_8bit_16x4() function 98 loadu_8bit_16x4(s + 0 * stride, stride, &d[0]); in loadu_8bit_16x8() 99 loadu_8bit_16x4(s + 4 * stride, stride, &d[4]); in loadu_8bit_16x8()
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_frame_scale_ssse3.c | 311 loadu_8bit_16x4(t, 2 * width_hor, &s[3]); in scale_plane_2_to_1_general() 416 loadu_8bit_16x4(t, 2 * width_hor, &s[2]); in scale_plane_4_to_1_general() 589 loadu_8bit_16x4(t, stride_hor, s); in scale_plane_4_to_3_general() 598 loadu_8bit_16x4(t, stride_hor, &s[4]); in scale_plane_4_to_3_general()
|