Searched refs:vpx_highbd_idct8x8_1_add_sse2 (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_idct8x8_add_sse2.c | 210 void vpx_highbd_idct8x8_1_add_sse2(const tran_low_t *input, uint16_t *dest, in vpx_highbd_idct8x8_1_add_sse2() function
|
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 730 &highbd_wrapper<vpx_highbd_idct8x8_1_add_sse2>, TX_8X8, 1, 8, 2), 732 &highbd_wrapper<vpx_highbd_idct8x8_1_add_sse2>, TX_8X8, 1, 10, 2), 734 &highbd_wrapper<vpx_highbd_idct8x8_1_add_sse2>, TX_8X8, 1, 12, 2),
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1123 void vpx_highbd_idct8x8_1_add_sse2(const tran_low_t *input, uint16_t *dest, int stride, int bd); 1124 #define vpx_highbd_idct8x8_1_add vpx_highbd_idct8x8_1_add_sse2
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1130 void vpx_highbd_idct8x8_1_add_sse2(const tran_low_t *input, uint16_t *dest, int stride, int bd); 1131 #define vpx_highbd_idct8x8_1_add vpx_highbd_idct8x8_1_add_sse2
|