Searched refs:VP8_TUNE_SSIM (Results 1 – 6 of 6) sorted by relevance
793 typedef enum { VP8_TUNE_PSNR, VP8_TUNE_SSIM } vp8e_tuning; enumerator
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()
288 assert(cpi->oxcf.tuning == VP8_TUNE_SSIM); in set_ssim_rdmult()342 if (oxcf->tuning == VP8_TUNE_SSIM) { in set_offsets()1989 if (oxcf->tuning == VP8_TUNE_SSIM) { in set_segment_rdmult()2240 if (oxcf->tuning == VP8_TUNE_SSIM) { in encode_b()3879 if (oxcf->tuning == VP8_TUNE_SSIM) { in rd_pick_partition()
5155 if (oxcf->tuning == VP8_TUNE_SSIM) set_mb_ssim_rdmult_scaling(cpi);
322 { "ssim", VP8_TUNE_SSIM },