Searched refs:vpx_highbd_idct8x8_12_add_c (Results 1 – 14 of 14) 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 | 109 vpx_highbd_idct8x8_12_add_c(in, CAST_TO_SHORTPTR(out), stride, 10); in idct8x8_12_add_10_c() 113 vpx_highbd_idct8x8_12_add_c(in, CAST_TO_SHORTPTR(out), stride, 12); in idct8x8_12_add_12_c()
|
/external/libvpx/config/mips64/ |
D | vpx_dsp_rtcd.h | 867 void vpx_highbd_idct8x8_12_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd); 868 #define vpx_highbd_idct8x8_12_add vpx_highbd_idct8x8_12_add_c
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 867 void vpx_highbd_idct8x8_12_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd); 868 #define vpx_highbd_idct8x8_12_add vpx_highbd_idct8x8_12_add_c
|
/external/libvpx/config/arm/ |
D | vpx_dsp_rtcd.h | 867 void vpx_highbd_idct8x8_12_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd); 868 #define vpx_highbd_idct8x8_12_add vpx_highbd_idct8x8_12_add_c
|
/external/libvpx/config/mips32/ |
D | vpx_dsp_rtcd.h | 867 void vpx_highbd_idct8x8_12_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd); 868 #define vpx_highbd_idct8x8_12_add vpx_highbd_idct8x8_12_add_c
|
/external/libvpx/config/mips32-dspr2/ |
D | vpx_dsp_rtcd.h | 881 void vpx_highbd_idct8x8_12_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd); 882 #define vpx_highbd_idct8x8_12_add vpx_highbd_idct8x8_12_add_c
|
/external/libvpx/config/mips32-msa/ |
D | vpx_dsp_rtcd.h | 902 void vpx_highbd_idct8x8_12_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd); 903 #define vpx_highbd_idct8x8_12_add vpx_highbd_idct8x8_12_add_c
|
/external/libvpx/config/mips64-msa/ |
D | vpx_dsp_rtcd.h | 902 void vpx_highbd_idct8x8_12_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd); 903 #define vpx_highbd_idct8x8_12_add vpx_highbd_idct8x8_12_add_c
|
/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/arm64/ |
D | vpx_dsp_rtcd.h | 967 void vpx_highbd_idct8x8_12_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 967 void vpx_highbd_idct8x8_12_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1097 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 | 1104 void vpx_highbd_idct8x8_12_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
|