Searched refs:vpx_highbd_idct32x32_135_add_sse2 (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 650 &highbd_wrapper<vpx_highbd_idct32x32_135_add_sse2>, TX_32X32, 135, 8, 2), 653 &highbd_wrapper<vpx_highbd_idct32x32_135_add_sse2>, TX_32X32, 135, 10, 2), 656 &highbd_wrapper<vpx_highbd_idct32x32_135_add_sse2>, TX_32X32, 135, 12, 2),
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_idct32x32_add_sse2.c | 521 void vpx_highbd_idct32x32_135_add_sse2(const tran_low_t *input, uint16_t *dest, in vpx_highbd_idct32x32_135_add_sse2() function
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1099 void vpx_highbd_idct32x32_135_add_sse2(const tran_low_t *input, uint16_t *dest, int stride, int bd); 1100 #define vpx_highbd_idct32x32_135_add vpx_highbd_idct32x32_135_add_sse2
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1106 void vpx_highbd_idct32x32_135_add_sse2(const tran_low_t *input, uint16_t *dest, int stride, int bd); 1107 #define vpx_highbd_idct32x32_135_add vpx_highbd_idct32x32_135_add_sse2
|