Searched refs:vp9_idct8x8_10_add_sse2 (Results 1 – 3 of 3) sorted by relevance
184 &vp9_idct8x8_10_add_sse2,
323 void vp9_idct8x8_10_add_sse2(const int16_t *input, uint8_t *dest, int dest_stride);584 if (flags & HAS_SSE2) vp9_idct8x8_10_add = vp9_idct8x8_10_add_sse2; in setup_rtcd_internal()
998 void vp9_idct8x8_10_add_sse2(const int16_t *input, uint8_t *dest, int stride) { in vp9_idct8x8_10_add_sse2() function