Home
last modified time | relevance | path

Searched refs:vp9_iht16x16_256_add_sse2 (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/config/x86/
Dvp9_rtcd.h101 void vp9_iht16x16_256_add_sse2(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
102 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_sse2
/external/libvpx/config/x86_64/
Dvp9_rtcd.h101 void vp9_iht16x16_256_add_sse2(const tran_low_t *input, uint8_t *dest, int stride, int tx_type);
102 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_sse2
/external/libvpx/libvpx/test/
Ddct16x16_test.cc803 ::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,
Ddct_test.cc662 { &vp9_fht16x16_sse2, &iht_wrapper<vp9_iht16x16_256_add_sse2>, 16, 1 }
/external/libvpx/libvpx/vp9/common/x86/
Dvp9_idct_intrin_sse2.c193 void vp9_iht16x16_256_add_sse2(const tran_low_t *input, uint8_t *dest, in vp9_iht16x16_256_add_sse2() function