Searched refs:vpx_idct32x32_1024_add_sse2 (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/test/ |
D | dct32x32_test.cc | 355 &vpx_idct32x32_1024_add_sse2, 0, VPX_BITS_8), 357 &vpx_idct32x32_1024_add_sse2, 1, VPX_BITS_8))); 381 &vpx_idct32x32_1024_add_sse2, 0, VPX_BITS_8), 383 &vpx_idct32x32_1024_add_sse2, 1, VPX_BITS_8)));
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 340 void vpx_idct32x32_1024_add_sse2(const tran_low_t *input, uint8_t *dest, int dest_stride); 341 #define vpx_idct32x32_1024_add vpx_idct32x32_1024_add_sse2
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 339 void vpx_idct32x32_1024_add_sse2(const tran_low_t *input, uint8_t *dest, int dest_stride); 340 #define vpx_idct32x32_1024_add vpx_idct32x32_1024_add_sse2
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | inv_txfm_sse2.c | 3197 void vpx_idct32x32_1024_add_sse2(const tran_low_t *input, uint8_t *dest, in vpx_idct32x32_1024_add_sse2() function
|