Searched refs:vp9_iht4x4_16_add_sse2 (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 105 void vp9_iht4x4_16_add_sse2(const tran_low_t *input, uint8_t *dest, int stride, int tx_type); 106 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_sse2
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 105 void vp9_iht4x4_16_add_sse2(const tran_low_t *input, uint8_t *dest, int stride, int tx_type); 106 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_sse2
|
/external/libvpx/libvpx/vp9/common/x86/ |
D | vp9_idct_intrin_sse2.c | 14 void vp9_iht4x4_16_add_sse2(const tran_low_t *input, uint8_t *dest, int stride, in vp9_iht4x4_16_add_sse2() function
|
/external/libvpx/libvpx/test/ |
D | dct_test.cc | 660 { &vp9_fht4x4_sse2, &iht_wrapper<vp9_iht4x4_16_add_sse2>, 4, 1 },
|