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

  /external/libvpx/libvpx/vpx_dsp/x86/
mem_sse2.h 88 static INLINE void loadu_8bit_16x4(const uint8_t *const s, function
98 loadu_8bit_16x4(s + 0 * stride, stride, &d[0]);
99 loadu_8bit_16x4(s + 4 * stride, stride, &d[4]);
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_frame_scale_ssse3.c 311 loadu_8bit_16x4(t, 2 * width_hor, &s[3]);
416 loadu_8bit_16x4(t, 2 * width_hor, &s[2]);
589 loadu_8bit_16x4(t, stride_hor, s);
598 loadu_8bit_16x4(t, stride_hor, &s[4]);
    [all...]

Completed in 340 milliseconds