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

  /external/libvpx/libvpx/test/
dct32x32_test.cc 318 make_tuple(&vpx_highbd_fdct32x32_c,
322 make_tuple(&vpx_highbd_fdct32x32_c,
  /external/libvpx/libvpx/vpx_dsp/
fwd_txfm.c 809 void vpx_highbd_fdct32x32_c(const int16_t *input, tran_low_t *out, int stride) { function