Searched refs:vpx_highbd_idct8x8_64_add_c (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 404 &highbd_wrapper<vpx_highbd_idct8x8_64_add_c>, 405 &highbd_wrapper<vpx_highbd_idct8x8_64_add_c>, TX_8X8, 64, 8, 2), 407 &highbd_wrapper<vpx_highbd_idct8x8_64_add_c>, 408 &highbd_wrapper<vpx_highbd_idct8x8_64_add_c>, TX_8X8, 64, 10, 2), 410 &highbd_wrapper<vpx_highbd_idct8x8_64_add_c>, 411 &highbd_wrapper<vpx_highbd_idct8x8_64_add_c>, TX_8X8, 64, 12, 2), 413 &highbd_wrapper<vpx_highbd_idct8x8_64_add_c>, 416 &highbd_wrapper<vpx_highbd_idct8x8_64_add_c>, 419 &highbd_wrapper<vpx_highbd_idct8x8_64_add_c>, 422 &highbd_wrapper<vpx_highbd_idct8x8_64_add_c>, [all …]
|
D | fdct8x8_test.cc | 92 vpx_highbd_idct8x8_64_add_c(in, CAST_TO_SHORTPTR(out), stride, 10); in idct8x8_10() 96 vpx_highbd_idct8x8_64_add_c(in, CAST_TO_SHORTPTR(out), stride, 12); in idct8x8_12()
|
D | dct_test.cc | 462 &highbd_idct_wrapper<vpx_highbd_idct8x8_64_add_c>, 8, 2 },
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 885 void vpx_highbd_idct8x8_64_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd); 886 #define vpx_highbd_idct8x8_64_add vpx_highbd_idct8x8_64_add_c
|
/external/libvpx/libvpx/vpx_dsp/ |
D | inv_txfm.c | 1641 void vpx_highbd_idct8x8_64_add_c(const tran_low_t *input, uint16_t *dest, in vpx_highbd_idct8x8_64_add_c() function
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 987 void vpx_highbd_idct8x8_64_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 987 void vpx_highbd_idct8x8_64_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1126 void vpx_highbd_idct8x8_64_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1133 void vpx_highbd_idct8x8_64_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
|