HomeSort by relevance Sort by last modified time
    Searched full:vpx_highbd_fdct32x32_1_c (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/test/
dct32x32_test.cc 371 ::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/
fwd_txfm.c 804 void vpx_highbd_fdct32x32_1_c(const int16_t *input, tran_low_t *out, function

Completed in 158 milliseconds