Searched refs:vpx_highbd_idct4x4_16_add_c (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 423 &highbd_wrapper<vpx_highbd_idct4x4_16_add_c>, 424 &highbd_wrapper<vpx_highbd_idct4x4_16_add_c>, TX_4X4, 16, 8, 2), 426 &highbd_wrapper<vpx_highbd_idct4x4_16_add_c>, 427 &highbd_wrapper<vpx_highbd_idct4x4_16_add_c>, TX_4X4, 16, 10, 2), 429 &highbd_wrapper<vpx_highbd_idct4x4_16_add_c>, 430 &highbd_wrapper<vpx_highbd_idct4x4_16_add_c>, TX_4X4, 16, 12, 2), 432 &highbd_wrapper<vpx_highbd_idct4x4_16_add_c>, 435 &highbd_wrapper<vpx_highbd_idct4x4_16_add_c>, 438 &highbd_wrapper<vpx_highbd_idct4x4_16_add_c>, 575 &highbd_wrapper<vpx_highbd_idct4x4_16_add_c>, [all …]
|
D | fdct4x4_test.cc | 58 vpx_highbd_idct4x4_16_add_c(in, CAST_TO_SHORTPTR(out), stride, 10); in idct4x4_10() 62 vpx_highbd_idct4x4_16_add_c(in, CAST_TO_SHORTPTR(out), stride, 12); in idct4x4_12()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | inv_txfm.c | 1447 void vpx_highbd_idct4x4_16_add_c(const tran_low_t *input, uint16_t *dest, in vpx_highbd_idct4x4_16_add_c() function
|