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

  /external/libvpx/libvpx/vpx/
vp8cx.h 706 typedef enum { VP8_TUNE_PSNR, VP8_TUNE_SSIM } vp8e_tuning;
  /external/libvpx/libvpx/vp8/encoder/
encodeframe.c 434 if (cpi->oxcf.tuning == VP8_TUNE_SSIM) vp8_activity_masking(cpi, x);
727 if (cpi->oxcf.tuning == VP8_TUNE_SSIM) {
    [all...]
ethreading.c 153 if (cpi->oxcf.tuning == VP8_TUNE_SSIM) vp8_activity_masking(cpi, x);
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 269 if (extra_cfg->tuning == VP8_TUNE_SSIM)
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 350 { "psnr", VP8_TUNE_PSNR }, { "ssim", VP8_TUNE_SSIM }, { NULL, 0 }
    [all...]

Completed in 95 milliseconds