Searched refs:vp9_fht16x16_sse2 (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/test/ |
D | dct16x16_test.cc | 803 ::testing::Values(make_tuple(&vp9_fht16x16_sse2, &vp9_iht16x16_256_add_sse2, 805 make_tuple(&vp9_fht16x16_sse2, &vp9_iht16x16_256_add_sse2, 807 make_tuple(&vp9_fht16x16_sse2, &vp9_iht16x16_256_add_sse2, 809 make_tuple(&vp9_fht16x16_sse2, &vp9_iht16x16_256_add_sse2, 828 make_tuple(&vp9_fht16x16_sse2, &vp9_iht16x16_256_add_c, 0, VPX_BITS_8), 829 make_tuple(&vp9_fht16x16_sse2, &vp9_iht16x16_256_add_c, 1, VPX_BITS_8), 830 make_tuple(&vp9_fht16x16_sse2, &vp9_iht16x16_256_add_c, 2, VPX_BITS_8), 831 make_tuple(&vp9_fht16x16_sse2, &vp9_iht16x16_256_add_c, 3,
|
D | dct_test.cc | 662 { &vp9_fht16x16_sse2, &iht_wrapper<vp9_iht16x16_256_add_sse2>, 16, 1 }
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 51 void vp9_fht16x16_sse2(const int16_t *input, tran_low_t *output, int stride, int tx_type); 52 #define vp9_fht16x16 vp9_fht16x16_sse2
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 51 void vp9_fht16x16_sse2(const int16_t *input, tran_low_t *output, int stride, int tx_type); 52 #define vp9_fht16x16 vp9_fht16x16_sse2
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_dct_intrin_sse2.c | 1947 void vp9_fht16x16_sse2(const int16_t *input, tran_low_t *output, int stride, in vp9_fht16x16_sse2() function
|