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

Function reset_combing_results

libhb/comb_detect.c:1019–1026  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1017}
1018
1019static void reset_combing_results(hb_filter_private_t *pv)
1020{
1021 pv->comb_check_complete = 0;
1022 for (int ii = 0; ii < pv->comb_check_nthreads; ii++)
1023 {
1024 pv->block_score[ii] = 0;
1025 }
1026}
1027
1028static int check_combing_results(hb_filter_private_t *pv)
1029{

Callers 1

comb_segmenterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected