Searched refs:vpx_highbd_idct32x32_1_add_c (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 360 &highbd_wrapper<vpx_highbd_idct32x32_1_add_c>, TX_32X32, 1, 8, 2), 363 &highbd_wrapper<vpx_highbd_idct32x32_1_add_c>, TX_32X32, 1, 10, 2), 366 &highbd_wrapper<vpx_highbd_idct32x32_1_add_c>, TX_32X32, 1, 12, 2), 516 &vpx_highbd_fdct32x32_c, &highbd_wrapper<vpx_highbd_idct32x32_1_add_c>, 519 &vpx_highbd_fdct32x32_c, &highbd_wrapper<vpx_highbd_idct32x32_1_add_c>, 522 &vpx_highbd_fdct32x32_c, &highbd_wrapper<vpx_highbd_idct32x32_1_add_c>, 667 &vpx_highbd_fdct32x32_c, &highbd_wrapper<vpx_highbd_idct32x32_1_add_c>, 670 &vpx_highbd_fdct32x32_c, &highbd_wrapper<vpx_highbd_idct32x32_1_add_c>, 673 &vpx_highbd_fdct32x32_c, &highbd_wrapper<vpx_highbd_idct32x32_1_add_c>,
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 867 void vpx_highbd_idct32x32_1_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd); 868 #define vpx_highbd_idct32x32_1_add vpx_highbd_idct32x32_1_add_c
|
/external/libvpx/libvpx/vpx_dsp/ |
D | inv_txfm.c | 2684 void vpx_highbd_idct32x32_1_add_c(const tran_low_t *input, uint16_t *dest, in vpx_highbd_idct32x32_1_add_c() function
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 963 void vpx_highbd_idct32x32_1_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 963 void vpx_highbd_idct32x32_1_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1102 void vpx_highbd_idct32x32_1_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1109 void vpx_highbd_idct32x32_1_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
|