Searched refs:vpx_highbd_idct16x16_256_add_sse2 (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 677 &highbd_wrapper<vpx_highbd_idct16x16_256_add_sse2>, TX_16X16, 256, 8, 2), 680 &highbd_wrapper<vpx_highbd_idct16x16_256_add_sse2>, TX_16X16, 256, 10, 2), 683 &highbd_wrapper<vpx_highbd_idct16x16_256_add_sse2>, TX_16X16, 256, 12, 2),
|
D | dct16x16_test.cc | 293 vpx_highbd_idct16x16_256_add_sse2(in, CAST_TO_SHORTPTR(out), stride, 10); in idct16x16_256_add_10_sse2() 297 vpx_highbd_idct16x16_256_add_sse2(in, CAST_TO_SHORTPTR(out), stride, 12); in idct16x16_256_add_12_sse2()
|
D | dct_test.cc | 494 &highbd_idct_wrapper<vpx_highbd_idct16x16_256_add_sse2>, 16, 2 },
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_idct16x16_add_sse2.c | 202 void vpx_highbd_idct16x16_256_add_sse2(const tran_low_t *input, uint16_t *dest, in vpx_highbd_idct16x16_256_add_sse2() function
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1087 void vpx_highbd_idct16x16_256_add_sse2(const tran_low_t *input, uint16_t *dest, int stride, int bd); 1088 #define vpx_highbd_idct16x16_256_add vpx_highbd_idct16x16_256_add_sse2
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1094 void vpx_highbd_idct16x16_256_add_sse2(const tran_low_t *input, uint16_t *dest, int stride, int bd); 1095 #define vpx_highbd_idct16x16_256_add vpx_highbd_idct16x16_256_add_sse2
|