Home
last modified time | relevance | path

Searched refs:vpx_highbd_idct16x16_10_add_c (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/test/
Dpartial_idct_test.cc379 &highbd_wrapper<vpx_highbd_idct16x16_10_add_c>, TX_16X16, 10, 8, 2),
382 &highbd_wrapper<vpx_highbd_idct16x16_10_add_c>, TX_16X16, 10, 10, 2),
385 &highbd_wrapper<vpx_highbd_idct16x16_10_add_c>, TX_16X16, 10, 12, 2),
533 &vpx_highbd_fdct16x16_c, &highbd_wrapper<vpx_highbd_idct16x16_10_add_c>,
536 &vpx_highbd_fdct16x16_c, &highbd_wrapper<vpx_highbd_idct16x16_10_add_c>,
539 &vpx_highbd_fdct16x16_c, &highbd_wrapper<vpx_highbd_idct16x16_10_add_c>,
645 &vpx_highbd_fdct16x16_c, &highbd_wrapper<vpx_highbd_idct16x16_10_add_c>,
648 &vpx_highbd_fdct16x16_c, &highbd_wrapper<vpx_highbd_idct16x16_10_add_c>,
651 &vpx_highbd_fdct16x16_c, &highbd_wrapper<vpx_highbd_idct16x16_10_add_c>,
Ddct16x16_test.cc285 vpx_highbd_idct16x16_10_add_c(in, CAST_TO_SHORTPTR(out), stride, 10); in idct16x16_10_add_10_c()
289 vpx_highbd_idct16x16_10_add_c(in, CAST_TO_SHORTPTR(out), stride, 12); in idct16x16_10_add_12_c()
/external/libvpx/libvpx/vpx_dsp/
Dinv_txfm.c2099 void vpx_highbd_idct16x16_10_add_c(const tran_low_t *input, uint16_t *dest, in vpx_highbd_idct16x16_10_add_c() function