Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Ddct16x16_test.cc597 make_tuple(&vp9_fht16x16_sse2, &vp9_iht16x16_256_add_sse2, 0),
598 make_tuple(&vp9_fht16x16_sse2, &vp9_iht16x16_256_add_sse2, 1),
599 make_tuple(&vp9_fht16x16_sse2, &vp9_iht16x16_256_add_sse2, 2),
600 make_tuple(&vp9_fht16x16_sse2, &vp9_iht16x16_256_add_sse2, 3)));
/external/libvpx/x86/
Dvp9_rtcd.h240 void vp9_fht16x16_sse2(const int16_t *input, int16_t *output, int stride, int tx_type);
241 #define vp9_fht16x16 vp9_fht16x16_sse2
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_dct_sse2.c2785 void vp9_fht16x16_sse2(const int16_t *input, int16_t *output, in vp9_fht16x16_sse2() function