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

  /external/libvpx/libvpx/test/
partial_idct_test.cc 403 make_tuple(&vpx_highbd_fdct8x8_c,
406 make_tuple(&vpx_highbd_fdct8x8_c,
409 make_tuple(&vpx_highbd_fdct8x8_c,
412 make_tuple(&vpx_highbd_fdct8x8_c,
415 make_tuple(&vpx_highbd_fdct8x8_c,
418 make_tuple(&vpx_highbd_fdct8x8_c,
421 make_tuple(&vpx_highbd_fdct8x8_c,
424 make_tuple(&vpx_highbd_fdct8x8_c,
427 make_tuple(&vpx_highbd_fdct8x8_c,
560 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,
dct_test.cc 430 make_tuple(&vpx_highbd_fdct8x8_c, &idct8x8_10, 8, 0, VPX_BITS_10),
431 make_tuple(&vpx_highbd_fdct8x8_c, &idct8x8_12, 8, 0, VPX_BITS_10),
  /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
  /external/libvpx/config/arm/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/generic/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/mips32/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/mips32-dspr2/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/mips32-msa/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/mips64/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/mips64-msa/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/arm64/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/x86/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/x86_64/
vpx_dsp_rtcd.h     [all...]

Completed in 267 milliseconds