Home
last modified time | relevance | path

Searched refs:VP8_TUNE_SSIM (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dencodeframe.c429 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()
Dethreading.c152 if (cpi->oxcf.tuning == VP8_TUNE_SSIM) vp8_activity_masking(cpi, x); in thread_encoding_proc()
/external/libvpx/libvpx/vpx/
Dvp8cx.h790 typedef enum { VP8_TUNE_PSNR, VP8_TUNE_SSIM } vp8e_tuning; enumerator
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c267 if (extra_cfg->tuning == VP8_TUNE_SSIM) in validate_config()
/external/libvpx/libvpx/
Dvpxenc.c358 { "psnr", VP8_TUNE_PSNR }, { "ssim", VP8_TUNE_SSIM }, { NULL, 0 }