Searched refs:vp9_iht16x16_256_add_sse2 (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 101 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/ |
D | vp9_rtcd.h | 101 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/ |
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,
|
D | dct_test.cc | 662 { &vp9_fht16x16_sse2, &iht_wrapper<vp9_iht16x16_256_add_sse2>, 16, 1 }
|
/external/libvpx/libvpx/vp9/common/x86/ |
D | vp9_idct_intrin_sse2.c | 193 void vp9_iht16x16_256_add_sse2(const tran_low_t *input, uint8_t *dest, in vp9_iht16x16_256_add_sse2() function
|