Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Ddct16x16_test.cc592 make_tuple(&vp9_fdct16x16_sse2,
/external/libvpx/x86/
Dvp9_rtcd.h204 void vp9_fdct16x16_sse2(const int16_t *input, int16_t *output, int stride);
205 #define vp9_fdct16x16 vp9_fdct16x16_sse2
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_dct_sse2.c1308 void vp9_fdct16x16_sse2(const int16_t *input, int16_t *output, int stride) { in vp9_fdct16x16_sse2() function
2791 vp9_fdct16x16_sse2(input, output, stride); in vp9_fht16x16_sse2()