MCPcopy 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
384static 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_threadFunction · 0.85

Tested by

no test coverage detected