Searched refs:vpx_highbd_idct8x8_64_add_c (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 396 &highbd_wrapper<vpx_highbd_idct8x8_64_add_c>, 397 &highbd_wrapper<vpx_highbd_idct8x8_64_add_c>, TX_8X8, 64, 8, 2), 399 &highbd_wrapper<vpx_highbd_idct8x8_64_add_c>, 400 &highbd_wrapper<vpx_highbd_idct8x8_64_add_c>, TX_8X8, 64, 10, 2), 402 &highbd_wrapper<vpx_highbd_idct8x8_64_add_c>, 403 &highbd_wrapper<vpx_highbd_idct8x8_64_add_c>, TX_8X8, 64, 12, 2), 405 &highbd_wrapper<vpx_highbd_idct8x8_64_add_c>, 408 &highbd_wrapper<vpx_highbd_idct8x8_64_add_c>, 411 &highbd_wrapper<vpx_highbd_idct8x8_64_add_c>, 414 &highbd_wrapper<vpx_highbd_idct8x8_64_add_c>, [all …]
|
D | fdct8x8_test.cc | 91 vpx_highbd_idct8x8_64_add_c(in, CAST_TO_SHORTPTR(out), stride, 10); in idct8x8_10() 95 vpx_highbd_idct8x8_64_add_c(in, CAST_TO_SHORTPTR(out), stride, 12); in idct8x8_12()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | inv_txfm.c | 1629 void vpx_highbd_idct8x8_64_add_c(const tran_low_t *input, uint16_t *dest, in vpx_highbd_idct8x8_64_add_c() function
|