Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HandBrake/HandBrake
/ unsharp_work
Function
unsharp_work
libhb/unsharp.c:384–389 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
382
}
383
384
static int unsharp_work(hb_filter_object_t *filter,
385
hb_buffer_t ** buf_in,
386
hb_buffer_t ** buf_out)
387
{
388
return unsharp_work_thread(filter, buf_in, buf_out, 0);
389
}
Callers
nothing calls this directly
Calls
1
unsharp_work_thread
Function · 0.85
Tested by
no test coverage detected