Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1174
static double psnr(double d){
1175
return -10.0*log(d)/log(10.0);
1176
}
1177
1178
static void do_video_stats(AVFormatContext *os, AVOutputStream *ost,
1179
int frame_size)
Callers
2
do_video_stats
Function · 0.85
print_report
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected