Searched refs:vpx_highbd_idct8x8_1_add_c (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 423 &highbd_wrapper<vpx_highbd_idct8x8_1_add_c>, TX_8X8, 1, 8, 2), 426 &highbd_wrapper<vpx_highbd_idct8x8_1_add_c>, TX_8X8, 1, 10, 2), 429 &highbd_wrapper<vpx_highbd_idct8x8_1_add_c>, TX_8X8, 1, 12, 2), 578 make_tuple(&vpx_highbd_fdct8x8_c, &highbd_wrapper<vpx_highbd_idct8x8_1_add_c>, 580 make_tuple(&vpx_highbd_fdct8x8_c, &highbd_wrapper<vpx_highbd_idct8x8_1_add_c>, 582 make_tuple(&vpx_highbd_fdct8x8_c, &highbd_wrapper<vpx_highbd_idct8x8_1_add_c>, 729 make_tuple(&vpx_highbd_fdct8x8_c, &highbd_wrapper<vpx_highbd_idct8x8_1_add_c>, 731 make_tuple(&vpx_highbd_fdct8x8_c, &highbd_wrapper<vpx_highbd_idct8x8_1_add_c>, 733 make_tuple(&vpx_highbd_fdct8x8_c, &highbd_wrapper<vpx_highbd_idct8x8_1_add_c>,
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 882 void vpx_highbd_idct8x8_1_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd); 883 #define vpx_highbd_idct8x8_1_add vpx_highbd_idct8x8_1_add_c
|
/external/libvpx/libvpx/vpx_dsp/ |
D | inv_txfm.c | 1692 void vpx_highbd_idct8x8_1_add_c(const tran_low_t *input, uint16_t *dest, in vpx_highbd_idct8x8_1_add_c() function
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 983 void vpx_highbd_idct8x8_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 | 983 void vpx_highbd_idct8x8_1_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1122 void vpx_highbd_idct8x8_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 | 1129 void vpx_highbd_idct8x8_1_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
|