Searched refs:vpx_idct16x16_1_add_sse2 (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 766 &wrapper<vpx_idct16x16_1_add_sse2>, TX_16X16, 1, 8, 1),
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | inv_txfm_sse2.c | 499 void vpx_idct16x16_1_add_sse2(const tran_low_t *input, uint8_t *dest, in vpx_idct16x16_1_add_sse2() function
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1390 void vpx_idct16x16_1_add_sse2(const tran_low_t *input, uint8_t *dest, int stride); 1391 #define vpx_idct16x16_1_add vpx_idct16x16_1_add_sse2
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1397 void vpx_idct16x16_1_add_sse2(const tran_low_t *input, uint8_t *dest, int stride); 1398 #define vpx_idct16x16_1_add vpx_idct16x16_1_add_sse2
|