Searched refs:VP8_TUNE_SSIM (Results 1 – 5 of 5) sorted by relevance
429 if (cpi->oxcf.tuning == VP8_TUNE_SSIM) vp8_activity_masking(cpi, x); in encode_mb_row()723 if (cpi->oxcf.tuning == VP8_TUNE_SSIM) { in vp8_encode_frame()1089 if (cpi->oxcf.tuning == VP8_TUNE_SSIM) { in vp8cx_encode_intra_macroblock()1175 if (cpi->oxcf.tuning == VP8_TUNE_SSIM) { in vp8cx_encode_inter_macroblock()
152 if (cpi->oxcf.tuning == VP8_TUNE_SSIM) vp8_activity_masking(cpi, x); in thread_encoding_proc()
790 typedef enum { VP8_TUNE_PSNR, VP8_TUNE_SSIM } vp8e_tuning; enumerator
267 if (extra_cfg->tuning == VP8_TUNE_SSIM) in validate_config()
358 { "psnr", VP8_TUNE_PSNR }, { "ssim", VP8_TUNE_SSIM }, { NULL, 0 }