Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/x86/
H A Dvf_ssim.asm29 ssim_c2: times 4 dd 235963 ;(.03*.03*255*255*64*63 + .5) label
/third_party/ffmpeg/tests/
H A Dtiny_ssim.c83 static const float ssim_c2 = .03*.03*PIXEL_MAX*PIXEL_MAX*64*63; in ssim_end1() local
/third_party/ffmpeg/libavfilter/
H A Dvf_ssim.c165 int64_t ssim_c2 = (int64_t)(.03*.03*max*max*64*63 + .5); in ssim_end1x() local
181 static const int ssim_c2 = (int)(.03*.03*255*255*64*63 + .5); in ssim_end1() local

Completed in 3 milliseconds