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

  /external/libvpx/libvpx/test/
partial_idct_test.cc 395 make_tuple(&vpx_highbd_fdct8x8_c,
398 make_tuple(&vpx_highbd_fdct8x8_c,
401 make_tuple(&vpx_highbd_fdct8x8_c,
404 make_tuple(&vpx_highbd_fdct8x8_c,
407 make_tuple(&vpx_highbd_fdct8x8_c,
410 make_tuple(&vpx_highbd_fdct8x8_c,
413 make_tuple(&vpx_highbd_fdct8x8_c,
416 make_tuple(&vpx_highbd_fdct8x8_c,
419 make_tuple(&vpx_highbd_fdct8x8_c,
550 make_tuple(&vpx_highbd_fdct8x8_c,
    [all...]
fdct8x8_test.cc 638 make_tuple(&vpx_highbd_fdct8x8_c, &idct8x8_10, 0, VPX_BITS_10),
639 make_tuple(&vpx_highbd_fdct8x8_c, &idct8x8_12, 0, VPX_BITS_12)));
708 make_tuple(&vpx_highbd_fdct8x8_c, &idct8x8_64_add_10_sse2,
712 make_tuple(&vpx_highbd_fdct8x8_c, &idct8x8_64_add_12_sse2,
  /external/libvpx/libvpx/vpx_dsp/x86/
fwd_txfm_impl_sse2.h 316 vpx_highbd_fdct8x8_c(input, output, stride);
331 vpx_highbd_fdct8x8_c(input, output, stride);
374 vpx_highbd_fdct8x8_c(input, output, stride);
404 vpx_highbd_fdct8x8_c(input, output, stride);
417 vpx_highbd_fdct8x8_c(input, output, stride);
460 vpx_highbd_fdct8x8_c(input, output, stride);
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
fwd_txfm.c 775 void vpx_highbd_fdct8x8_c(const int16_t *input, tran_low_t *final_output, function

Completed in 171 milliseconds