MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / taskset_thread_args

Function taskset_thread_args

libhb/handbrake/taskset.h:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44static inline void *taskset_thread_args( taskset_t *, int );
45
46static inline void *
47taskset_thread_args( taskset_t *ts, int thr_idx )
48{
49 return( ts->task_threads_args + ( ts->arg_size * thr_idx ) );
50}
51
52#endif /* HANDBRAKE_TASKSET_H */

Callers 5

taskset_cycleFunction · 0.85
comb_detect_initFunction · 0.85
hb_decomb_initFunction · 0.85
nlmeans_initFunction · 0.85
mt_frame_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected