Searched refs:fastssim (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.h | 725 ImageStat fastssim; member
|
D | vp9_encoder.c | 2392 cpi->fastssim.worst = 100.0; in vp9_create_compressor() 2719 totalp_ssim, cpi->fastssim.stat[ALL] / cpi->count, in vp9_remove_compressor() 2721 cpi->worst_ssim, cpi->fastssim.worst, cpi->psnrhvs.worst, in vp9_remove_compressor() 7609 adjust_image_stat(y, u, v, frame_all, &cpi->fastssim);
|
/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_dsp.mk | 37 DSP_SRCS-$(CONFIG_INTERNAL_STATS) += fastssim.c
|
/external/libaom/libaom/aom_dsp/ |
D | aom_dsp.cmake | 289 list(APPEND AOM_DSP_ENCODER_SOURCES "${AOM_ROOT}/aom_dsp/fastssim.c"
|
/external/libaom/libaom/av1/encoder/ |
D | encoder.h | 1214 ImageStat fastssim; member
|
D | encoder.c | 3121 cpi->fastssim.worst = 100.0; in av1_create_compressor() 3549 total_ssim, cpi->fastssim.stat[STAT_ALL] / cpi->count, in av1_remove_compressor() 3551 cpi->worst_ssim, cpi->fastssim.worst, cpi->psnrhvs.worst, in av1_remove_compressor() 6800 adjust_image_stat(y, u, v, frame_all, &cpi->fastssim); in compute_internal_stats()
|