Searched refs:vpx_highbd_idct32x32_1024_add_c (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 332 &vpx_highbd_fdct32x32_c, &highbd_wrapper<vpx_highbd_idct32x32_1024_add_c>, 333 &highbd_wrapper<vpx_highbd_idct32x32_1024_add_c>, TX_32X32, 1024, 8, 2), 335 &vpx_highbd_fdct32x32_c, &highbd_wrapper<vpx_highbd_idct32x32_1024_add_c>, 336 &highbd_wrapper<vpx_highbd_idct32x32_1024_add_c>, TX_32X32, 1024, 10, 2), 338 &vpx_highbd_fdct32x32_c, &highbd_wrapper<vpx_highbd_idct32x32_1024_add_c>, 339 &highbd_wrapper<vpx_highbd_idct32x32_1024_add_c>, TX_32X32, 1024, 12, 2), 341 &vpx_highbd_fdct32x32_c, &highbd_wrapper<vpx_highbd_idct32x32_1024_add_c>, 344 &vpx_highbd_fdct32x32_c, &highbd_wrapper<vpx_highbd_idct32x32_1024_add_c>, 347 &vpx_highbd_fdct32x32_c, &highbd_wrapper<vpx_highbd_idct32x32_1024_add_c>, 350 &vpx_highbd_fdct32x32_c, &highbd_wrapper<vpx_highbd_idct32x32_1024_add_c>, [all …]
|
D | dct32x32_test.cc | 76 vpx_highbd_idct32x32_1024_add_c(in, CAST_TO_SHORTPTR(out), stride, 10); in idct32x32_10() 80 vpx_highbd_idct32x32_1024_add_c(in, CAST_TO_SHORTPTR(out), stride, 12); in idct32x32_12()
|
D | dct_test.cc | 466 &highbd_idct_wrapper<vpx_highbd_idct32x32_1024_add_c>, 32, 2 },
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 861 void vpx_highbd_idct32x32_1024_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd); 862 #define vpx_highbd_idct32x32_1024_add vpx_highbd_idct32x32_1024_add_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 955 void vpx_highbd_idct32x32_1024_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 955 void vpx_highbd_idct32x32_1024_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
|
/external/libvpx/libvpx/vpx_dsp/ |
D | inv_txfm.c | 2599 void vpx_highbd_idct32x32_1024_add_c(const tran_low_t *input, uint16_t *dest, in vpx_highbd_idct32x32_1024_add_c() function
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1094 void vpx_highbd_idct32x32_1024_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1101 void vpx_highbd_idct32x32_1024_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
|