Searched refs:vpx_highbd_idct8x8_12_add_c (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 414 &highbd_wrapper<vpx_highbd_idct8x8_12_add_c>, TX_8X8, 12, 8, 2), 417 &highbd_wrapper<vpx_highbd_idct8x8_12_add_c>, TX_8X8, 12, 10, 2), 420 &highbd_wrapper<vpx_highbd_idct8x8_12_add_c>, TX_8X8, 12, 12, 2), 570 &highbd_wrapper<vpx_highbd_idct8x8_12_add_c>, 573 &vpx_highbd_fdct8x8_c, &highbd_wrapper<vpx_highbd_idct8x8_12_add_c>, 576 &vpx_highbd_fdct8x8_c, &highbd_wrapper<vpx_highbd_idct8x8_12_add_c>, 721 &highbd_wrapper<vpx_highbd_idct8x8_12_add_c>, 724 &vpx_highbd_fdct8x8_c, &highbd_wrapper<vpx_highbd_idct8x8_12_add_c>, 727 &vpx_highbd_fdct8x8_c, &highbd_wrapper<vpx_highbd_idct8x8_12_add_c>, 873 &vpx_highbd_fdct8x8_c, &highbd_wrapper<vpx_highbd_idct8x8_12_add_c>, [all …]
|
D | fdct8x8_test.cc | 110 vpx_highbd_idct8x8_12_add_c(in, CAST_TO_SHORTPTR(out), stride, 10); in idct8x8_12_add_10_c() 114 vpx_highbd_idct8x8_12_add_c(in, CAST_TO_SHORTPTR(out), stride, 12); in idct8x8_12_add_12_c()
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 879 void vpx_highbd_idct8x8_12_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd); 880 #define vpx_highbd_idct8x8_12_add vpx_highbd_idct8x8_12_add_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 979 void vpx_highbd_idct8x8_12_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 979 void vpx_highbd_idct8x8_12_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
|
/external/libvpx/libvpx/vpx_dsp/ |
D | inv_txfm.c | 1666 void vpx_highbd_idct8x8_12_add_c(const tran_low_t *input, uint16_t *dest, in vpx_highbd_idct8x8_12_add_c() function
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1118 void vpx_highbd_idct8x8_12_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1125 void vpx_highbd_idct8x8_12_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
|