Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Daom_dsp.cmake253 list(APPEND AOM_DSP_ENCODER_SOURCES "${AOM_ROOT}/aom_dsp/fastssim.c"
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h727 ImageStat fastssim; member
Dvp9_encoder.c2234 cpi->fastssim.worst = 100.0; in vp9_create_compressor()
2522 totalp_ssim, cpi->fastssim.stat[ALL] / cpi->count, in vp9_remove_compressor()
2524 cpi->worst_ssim, cpi->fastssim.worst, cpi->psnrhvs.worst, in vp9_remove_compressor()
6949 adjust_image_stat(y, u, v, frame_all, &cpi->fastssim);
/external/libvpx/libvpx/vpx_dsp/
Dvpx_dsp.mk37 DSP_SRCS-$(CONFIG_INTERNAL_STATS) += fastssim.c
/external/libaom/libaom/av1/encoder/
Dencoder.h869 ImageStat fastssim; member
Dencoder.c2651 cpi->fastssim.worst = 100.0; in av1_create_compressor()
3031 total_ssim, cpi->fastssim.stat[STAT_ALL] / cpi->count, in av1_remove_compressor()
3033 cpi->worst_ssim, cpi->fastssim.worst, cpi->psnrhvs.worst, in av1_remove_compressor()
5418 adjust_image_stat(y, u, v, frame_all, &cpi->fastssim); in compute_internal_stats()