Searched defs:load_buffer_8x16 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_idct_intrin_sse2.h91 static INLINE void load_buffer_8x16(const int16_t *input, __m128i *in) { function
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_idct_intrin_sse2.c2419 static INLINE void load_buffer_8x16(const int16_t *input, __m128i *in) { function
2499 load_buffer_8x16(input, in0);
2501 load_buffer_8x16(input, in1);

Completed in 922 milliseconds