Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dfdct4x4_test.cc368 make_tuple(&vp9_fdct4x4_sse2,
/external/libvpx/x86/
Dvp9_rtcd.h224 void vp9_fdct4x4_sse2(const int16_t *input, int16_t *output, int stride);
225 #define vp9_fdct4x4 vp9_fdct4x4_sse2
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_dct_sse2.c44 void vp9_fdct4x4_sse2(const int16_t *input, int16_t *output, int stride) { in vp9_fdct4x4_sse2() function
383 vp9_fdct4x4_sse2(input, output, stride); in vp9_fht4x4_sse2()