Searched refs:write_buffer_8x16 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_idct_intrin_sse2.h121 static INLINE void write_buffer_8x16(uint8_t *dest, __m128i *in, int stride) { function
H A Dvp9_idct_intrin_ssse3.c382 write_buffer_8x16(dest, in0, stride);
384 write_buffer_8x16(dest, in1, stride);
H A Dvp9_idct_intrin_sse2.c2361 write_buffer_8x16(dest, in0, stride);
2363 write_buffer_8x16(dest, in1, stride);
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_idct_intrin_sse2.c2439 static INLINE void write_buffer_8x16(uint8_t *dest, __m128i *in, int stride) { function
2525 write_buffer_8x16(dest, in0, stride);
2527 write_buffer_8x16(dest, in1, stride);

Completed in 1295 milliseconds