Searched refs:vpx_highbd_idct8x8_12_add_sse2 (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_idct8x8_add_sse2.c | 167 void vpx_highbd_idct8x8_12_add_sse2(const tran_low_t *input, uint16_t *dest, in vpx_highbd_idct8x8_12_add_sse2() function
|
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 722 &highbd_wrapper<vpx_highbd_idct8x8_12_add_sse2>, TX_8X8, 12, 8, 2), 725 &highbd_wrapper<vpx_highbd_idct8x8_12_add_sse2>, TX_8X8, 12, 10, 2), 728 &highbd_wrapper<vpx_highbd_idct8x8_12_add_sse2>, TX_8X8, 12, 12, 2),
|
D | fdct8x8_test.cc | 118 vpx_highbd_idct8x8_12_add_sse2(in, CAST_TO_SHORTPTR(out), stride, 10); in idct8x8_12_add_10_sse2() 122 vpx_highbd_idct8x8_12_add_sse2(in, CAST_TO_SHORTPTR(out), stride, 12); in idct8x8_12_add_12_sse2()
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1119 void vpx_highbd_idct8x8_12_add_sse2(const tran_low_t *input, uint16_t *dest, int stride, int bd); 1120 #define vpx_highbd_idct8x8_12_add vpx_highbd_idct8x8_12_add_sse2
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1126 void vpx_highbd_idct8x8_12_add_sse2(const tran_low_t *input, uint16_t *dest, int stride, int bd); 1127 #define vpx_highbd_idct8x8_12_add vpx_highbd_idct8x8_12_add_sse2
|