Searched refs:vp9_fht16x16_sse2 (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/test/ |
D | dct16x16_test.cc | 597 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/ |
D | vp9_rtcd.h | 240 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/ |
D | vp9_dct_sse2.c | 2785 void vp9_fht16x16_sse2(const int16_t *input, int16_t *output, in vp9_fht16x16_sse2() function
|