Home
last modified time | relevance | path

Searched refs:vp9_iht4x4_16_add_sse2 (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/config/x86/
Dvp9_rtcd.h105 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/
Dvp9_rtcd.h105 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/
Dvp9_idct_intrin_sse2.c14 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/
Ddct_test.cc660 { &vp9_fht4x4_sse2, &iht_wrapper<vp9_iht4x4_16_add_sse2>, 4, 1 },