Searched refs:vpx_highbd_idct16x16_10_add_c (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 387 &highbd_wrapper<vpx_highbd_idct16x16_10_add_c>, TX_16X16, 10, 8, 2), 390 &highbd_wrapper<vpx_highbd_idct16x16_10_add_c>, TX_16X16, 10, 10, 2), 393 &highbd_wrapper<vpx_highbd_idct16x16_10_add_c>, TX_16X16, 10, 12, 2), 543 &vpx_highbd_fdct16x16_c, &highbd_wrapper<vpx_highbd_idct16x16_10_add_c>, 546 &vpx_highbd_fdct16x16_c, &highbd_wrapper<vpx_highbd_idct16x16_10_add_c>, 549 &vpx_highbd_fdct16x16_c, &highbd_wrapper<vpx_highbd_idct16x16_10_add_c>, 694 &vpx_highbd_fdct16x16_c, &highbd_wrapper<vpx_highbd_idct16x16_10_add_c>, 697 &vpx_highbd_fdct16x16_c, &highbd_wrapper<vpx_highbd_idct16x16_10_add_c>, 700 &vpx_highbd_fdct16x16_c, &highbd_wrapper<vpx_highbd_idct16x16_10_add_c>, 855 &vpx_highbd_fdct16x16_c, &highbd_wrapper<vpx_highbd_idct16x16_10_add_c>, [all …]
|
D | dct16x16_test.cc | 285 vpx_highbd_idct16x16_10_add_c(in, CAST_TO_SHORTPTR(out), stride, 10); in idct16x16_10_add_10_c() 289 vpx_highbd_idct16x16_10_add_c(in, CAST_TO_SHORTPTR(out), stride, 12); in idct16x16_10_add_12_c()
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 849 void vpx_highbd_idct16x16_10_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd); 850 #define vpx_highbd_idct16x16_10_add vpx_highbd_idct16x16_10_add_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 939 void vpx_highbd_idct16x16_10_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 939 void vpx_highbd_idct16x16_10_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
|
/external/libvpx/libvpx/vpx_dsp/ |
D | inv_txfm.c | 2130 void vpx_highbd_idct16x16_10_add_c(const tran_low_t *input, uint16_t *dest, in vpx_highbd_idct16x16_10_add_c() function
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1078 void vpx_highbd_idct16x16_10_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1085 void vpx_highbd_idct16x16_10_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
|