Home
last modified time | relevance | path

Searched refs:vp9_fdct8x8_1_sse2 (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/x86/
Dvp9_rtcd.h236 void vp9_fdct8x8_1_sse2(const int16_t *input, int16_t *output, int stride);
237 #define vp9_fdct8x8_1 vp9_fdct8x8_1_sse2
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_dct_sse2.c409 void vp9_fdct8x8_1_sse2(const int16_t *input, int16_t *output, int stride) { in vp9_fdct8x8_1_sse2() function