Home
last modified time | relevance | path

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

/external/libvpx/x86/
Dvp9_rtcd.h208 void vp9_fdct16x16_1_sse2(const int16_t *input, int16_t *output, int stride);
209 #define vp9_fdct16x16_1 vp9_fdct16x16_1_sse2
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_dct_sse2.c1240 void vp9_fdct16x16_1_sse2(const int16_t *input, int16_t *output, int stride) { in vp9_fdct16x16_1_sse2() function