Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dpartial_idct_test.cc423 &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 …]
Dfdct4x4_test.cc58 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/
Dinv_txfm.c1447 void vpx_highbd_idct4x4_16_add_c(const tran_low_t *input, uint16_t *dest, in vpx_highbd_idct4x4_16_add_c() function