MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / psnr

Function psnr

ffmpeg.c:1174–1176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1172}
1173
1174static double psnr(double d){
1175 return -10.0*log(d)/log(10.0);
1176}
1177
1178static void do_video_stats(AVFormatContext *os, AVOutputStream *ost,
1179 int frame_size)

Callers 2

do_video_statsFunction · 0.85
print_reportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected