Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h598 ImageStat fastssim; member
Dvp9_encoder.c2122 cpi->fastssim.worst = 100.0; in vp9_create_compressor()
2385 totalp_ssim, cpi->fastssim.stat[ALL] / cpi->count, in vp9_remove_compressor()
2387 cpi->worst_ssim, cpi->fastssim.worst, cpi->psnrhvs.worst); in vp9_remove_compressor()
5447 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