Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/
Dvp8cx.h793 typedef enum { VP8_TUNE_PSNR, VP8_TUNE_SSIM } vp8e_tuning; enumerator
/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/vp9/encoder/
Dvp9_encodeframe.c288 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()
Dvp9_encoder.c5155 if (oxcf->tuning == VP8_TUNE_SSIM) set_mb_ssim_rdmult_scaling(cpi);
/external/libvpx/libvpx/
Dvpxenc.c322 { "ssim", VP8_TUNE_SSIM },