Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dfdct8x8_test.cc354 make_tuple(&vp9_fdct8x8_sse2, &vp9_idct8x8_64_add_sse2, 0)));
/external/libvpx/x86/
Dvp9_rtcd.h232 void vp9_fdct8x8_sse2(const int16_t *input, int16_t *output, int stride);
233 #define vp9_fdct8x8 vp9_fdct8x8_sse2
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_dct_sse2.c449 void vp9_fdct8x8_sse2(const int16_t *input, int16_t *output, int stride) { in vp9_fdct8x8_sse2() function
1211 vp9_fdct8x8_sse2(input, output, stride); in vp9_fht8x8_sse2()