Searched refs:vp9_fht8x8_sse2 (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/test/ |
D | fdct8x8_test.cc | 699 make_tuple(&vp9_fht8x8_sse2, &vp9_iht8x8_64_add_sse2, 0, VPX_BITS_8), 700 make_tuple(&vp9_fht8x8_sse2, &vp9_iht8x8_64_add_sse2, 1, VPX_BITS_8), 701 make_tuple(&vp9_fht8x8_sse2, &vp9_iht8x8_64_add_sse2, 2, VPX_BITS_8), 702 make_tuple(&vp9_fht8x8_sse2, &vp9_iht8x8_64_add_sse2, 3, VPX_BITS_8))); 722 make_tuple(&vp9_fht8x8_sse2, &vp9_iht8x8_64_add_c, 0, VPX_BITS_8), 723 make_tuple(&vp9_fht8x8_sse2, &vp9_iht8x8_64_add_c, 1, VPX_BITS_8), 724 make_tuple(&vp9_fht8x8_sse2, &vp9_iht8x8_64_add_c, 2, VPX_BITS_8), 725 make_tuple(&vp9_fht8x8_sse2, &vp9_iht8x8_64_add_c, 3, VPX_BITS_8)));
|
D | dct_test.cc | 661 { &vp9_fht8x8_sse2, &iht_wrapper<vp9_iht8x8_64_add_sse2>, 8, 1 },
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 59 void vp9_fht8x8_sse2(const int16_t *input, tran_low_t *output, int stride, int tx_type); 60 #define vp9_fht8x8 vp9_fht8x8_sse2
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 59 void vp9_fht8x8_sse2(const int16_t *input, tran_low_t *output, int stride, int tx_type); 60 #define vp9_fht8x8 vp9_fht8x8_sse2
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_dct_intrin_sse2.c | 1081 void vp9_fht8x8_sse2(const int16_t *input, tran_low_t *output, int stride, in vp9_fht8x8_sse2() function
|