Searched refs:box_height (Results 1 – 1 of 1) sorted by relevance
161 const int box_height = (y2 - y1) / 2; in GetCode() local162 const int top_sum = GetRegionSum(x1, y1, x2, y1 + box_height); in GetCode()163 const int bottom_sum = GetRegionSum(x1, y2 - box_height, x2, y2); in GetCode()