Searched refs:vpx_highbd_idct8x8_12_add_c (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 406 &highbd_wrapper<vpx_highbd_idct8x8_12_add_c>, TX_8X8, 12, 8, 2), 409 &highbd_wrapper<vpx_highbd_idct8x8_12_add_c>, TX_8X8, 12, 10, 2), 412 &highbd_wrapper<vpx_highbd_idct8x8_12_add_c>, TX_8X8, 12, 12, 2), 560 &highbd_wrapper<vpx_highbd_idct8x8_12_add_c>, 563 &vpx_highbd_fdct8x8_c, &highbd_wrapper<vpx_highbd_idct8x8_12_add_c>, 566 &vpx_highbd_fdct8x8_c, &highbd_wrapper<vpx_highbd_idct8x8_12_add_c>, 672 &highbd_wrapper<vpx_highbd_idct8x8_12_add_c>, 675 &vpx_highbd_fdct8x8_c, &highbd_wrapper<vpx_highbd_idct8x8_12_add_c>, 678 &vpx_highbd_fdct8x8_c, &highbd_wrapper<vpx_highbd_idct8x8_12_add_c>,
|
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/libvpx/vpx_dsp/ |
D | inv_txfm.c | 1654 void vpx_highbd_idct8x8_12_add_c(const tran_low_t *input, uint16_t *dest, in vpx_highbd_idct8x8_12_add_c() function
|