Searched refs:vp9_fht4x4_sse2 (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/test/ |
D | fdct4x4_test.cc | 373 make_tuple(&vp9_fht4x4_sse2, &vp9_iht4x4_16_add_sse2, 0), 374 make_tuple(&vp9_fht4x4_sse2, &vp9_iht4x4_16_add_sse2, 1), 375 make_tuple(&vp9_fht4x4_sse2, &vp9_iht4x4_16_add_sse2, 2), 376 make_tuple(&vp9_fht4x4_sse2, &vp9_iht4x4_16_add_sse2, 3)));
|
/external/libvpx/x86/ |
D | vp9_rtcd.h | 244 void vp9_fht4x4_sse2(const int16_t *input, int16_t *output, int stride, int tx_type); 245 #define vp9_fht4x4 vp9_fht4x4_sse2
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_dct_sse2.c | 377 void vp9_fht4x4_sse2(const int16_t *input, int16_t *output, in vp9_fht4x4_sse2() function
|