Searched refs:vp9_iht8x8_64_add_sse2 (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 104 void vp9_iht8x8_64_add_sse2(const tran_low_t *input, uint8_t *dest, int stride, int tx_type); 105 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_sse2
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 104 void vp9_iht8x8_64_add_sse2(const tran_low_t *input, uint8_t *dest, int stride, int tx_type); 105 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_sse2
|
/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)));
|
D | dct_test.cc | 661 { &vp9_fht8x8_sse2, &iht_wrapper<vp9_iht8x8_64_add_sse2>, 8, 1 },
|
/external/libvpx/libvpx/vp9/common/x86/ |
D | vp9_idct_intrin_sse2.c | 52 void vp9_iht8x8_64_add_sse2(const tran_low_t *input, uint8_t *dest, int stride, in vp9_iht8x8_64_add_sse2() function
|