Home
last modified time | relevance | path

Searched defs:ssim_c1 (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/x86/
H A Dvf_ssim.asm28 ssim_c1: times 4 dd 416 ;(.01*.01*255*255*64 + .5) label
/third_party/ffmpeg/tests/
H A Dtiny_ssim.c82 static const float ssim_c1 = .01*.01*PIXEL_MAX*PIXEL_MAX*64; in ssim_end1() local
/third_party/ffmpeg/libavfilter/
H A Dvf_ssim.c164 int64_t ssim_c1 = (int64_t)(.01*.01*max*max*64 + .5); in ssim_end1x() local
180 static const int ssim_c1 = (int)(.01*.01*255*255*64 + .5); in ssim_end1() local

Completed in 3 milliseconds