Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1355
static double psnr(double d)
1356
{
1357
return -10.0 * log10(d);
1358
}
1359
1360
static void do_video_stats(OutputStream *ost, int frame_size)
1361
{
Callers
2
do_video_stats
Function · 0.85
print_report
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected