MCPcopy Create free account
hub / github.com/byhook/ffmpeg4android / psnr

Function psnr

ffmpeg-single-cmd/src/main/cpp/ffmpeg_mod.c:1355–1358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1353}
1354
1355static double psnr(double d)
1356{
1357 return -10.0 * log10(d);
1358}
1359
1360static void do_video_stats(OutputStream *ost, int frame_size)
1361{

Callers 2

do_video_statsFunction · 0.85
print_reportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected