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

  /external/libvpx/libvpx/test/
fdct8x8_test.cc 662 make_tuple(&vpx_highbd_fdct8x8_c, &idct8x8_10, 0, VPX_BITS_10),
663 make_tuple(&vpx_highbd_fdct8x8_c, &idct8x8_12, 0, VPX_BITS_12)));
735 make_tuple(&vpx_highbd_fdct8x8_c,
739 make_tuple(&vpx_highbd_fdct8x8_c,
  /external/libvpx/libvpx/vpx_dsp/x86/
fwd_txfm_impl_sse2.h 325 vpx_highbd_fdct8x8_c(input, output, stride);
340 vpx_highbd_fdct8x8_c(input, output, stride);
383 vpx_highbd_fdct8x8_c(input, output, stride);
413 vpx_highbd_fdct8x8_c(input, output, stride);
426 vpx_highbd_fdct8x8_c(input, output, stride);
469 vpx_highbd_fdct8x8_c(input, output, stride);
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
fwd_txfm.c 789 void vpx_highbd_fdct8x8_c(const int16_t *input, tran_low_t *final_output, function

Completed in 775 milliseconds