Home
last modified time | relevance | path

Searched refs:vpx_highbd_fdct32x32_1_c (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/test/
Ddct32x32_test.cc371 ::testing::Values(make_tuple(&vpx_highbd_fdct32x32_1_c, VPX_BITS_8),
372 make_tuple(&vpx_highbd_fdct32x32_1_c, VPX_BITS_10),
373 make_tuple(&vpx_highbd_fdct32x32_1_c, VPX_BITS_12)));
/external/libvpx/libvpx/vpx_dsp/
Dfwd_txfm.c804 void vpx_highbd_fdct32x32_1_c(const int16_t *input, tran_low_t *out, in vpx_highbd_fdct32x32_1_c() function