Home
last modified time | relevance | path

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

/external/libvpx/x86/
Dvp9_rtcd.h216 void vp9_fdct32x32_1_sse2(const int16_t *input, int16_t *output, int stride);
217 #define vp9_fdct32x32_1 vp9_fdct32x32_1_sse2
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_dct_sse2.c2820 void vp9_fdct32x32_1_sse2(const int16_t *input, int16_t *output, int stride) { in vp9_fdct32x32_1_sse2() function