Searched refs:vpx_highbd_idct4x4_16_add_sse2 (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_idct4x4_add_sse2.c | 91 void vpx_highbd_idct4x4_16_add_sse2(const tran_low_t *input, uint16_t *dest, in vpx_highbd_idct4x4_16_add_sse2() function
|
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 737 &highbd_wrapper<vpx_highbd_idct4x4_16_add_sse2>, TX_4X4, 16, 8, 2), 740 &highbd_wrapper<vpx_highbd_idct4x4_16_add_sse2>, TX_4X4, 16, 10, 2), 743 &highbd_wrapper<vpx_highbd_idct4x4_16_add_sse2>, TX_4X4, 16, 12, 2),
|
D | dct_test.cc | 490 &highbd_idct_wrapper<vpx_highbd_idct4x4_16_add_sse2>, 4, 2 },
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1111 void vpx_highbd_idct4x4_16_add_sse2(const tran_low_t *input, uint16_t *dest, int stride, int bd); 1112 #define vpx_highbd_idct4x4_16_add vpx_highbd_idct4x4_16_add_sse2
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1118 void vpx_highbd_idct4x4_16_add_sse2(const tran_low_t *input, uint16_t *dest, int stride, int bd); 1119 #define vpx_highbd_idct4x4_16_add vpx_highbd_idct4x4_16_add_sse2
|