Home
last modified time | relevance | path

Searched refs:vp9_idct32x32_1024_add_sse2 (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Ddct32x32_test.cc266 &vp9_idct32x32_1024_add_sse2, 0),
268 &vp9_idct32x32_1024_add_sse2, 1)));
276 &vp9_idct32x32_1024_add_sse2, 0),
278 &vp9_idct32x32_1024_add_sse2, 1)));
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp9_rtcd.h339 void vp9_idct32x32_1024_add_sse2(const int16_t *input, uint8_t *dest, int dest_stride);
596 if (flags & HAS_SSE2) vp9_idct32x32_1024_add = vp9_idct32x32_1024_add_sse2; in setup_rtcd_internal()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
Dvp9_idct_intrin_sse2.c3736 void vp9_idct32x32_1024_add_sse2(const int16_t *input, uint8_t *dest, in vp9_idct32x32_1024_add_sse2() function