Searched refs:vpx_highbd_idct4x4_16_add_c (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 431 &highbd_wrapper<vpx_highbd_idct4x4_16_add_c>, 432 &highbd_wrapper<vpx_highbd_idct4x4_16_add_c>, TX_4X4, 16, 8, 2), 434 &highbd_wrapper<vpx_highbd_idct4x4_16_add_c>, 435 &highbd_wrapper<vpx_highbd_idct4x4_16_add_c>, TX_4X4, 16, 10, 2), 437 &highbd_wrapper<vpx_highbd_idct4x4_16_add_c>, 438 &highbd_wrapper<vpx_highbd_idct4x4_16_add_c>, TX_4X4, 16, 12, 2), 440 &highbd_wrapper<vpx_highbd_idct4x4_16_add_c>, 443 &highbd_wrapper<vpx_highbd_idct4x4_16_add_c>, 446 &highbd_wrapper<vpx_highbd_idct4x4_16_add_c>, 585 &highbd_wrapper<vpx_highbd_idct4x4_16_add_c>, [all …]
|
D | dct_test.cc | 460 &highbd_idct_wrapper<vpx_highbd_idct4x4_16_add_c>, 4, 2 },
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 873 void vpx_highbd_idct4x4_16_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd); 874 #define vpx_highbd_idct4x4_16_add vpx_highbd_idct4x4_16_add_c
|
/external/libvpx/libvpx/vpx_dsp/ |
D | inv_txfm.c | 1454 void vpx_highbd_idct4x4_16_add_c(const tran_low_t *input, uint16_t *dest, in vpx_highbd_idct4x4_16_add_c() function
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 971 void vpx_highbd_idct4x4_16_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 971 void vpx_highbd_idct4x4_16_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1110 void vpx_highbd_idct4x4_16_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1117 void vpx_highbd_idct4x4_16_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
|