Searched refs:GetRegionSum (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/ |
D | integral_image.h | 100 if (GetRegionSum(x, y, x, y) != curr_val) { in VerifyData() 110 inline uint32_t GetRegionSum(const int x1, const int y1, const int x2, in GetRegionSum() function 162 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() 168 const int left_sum = GetRegionSum(x1, y1, x1 + box_width, y2); in GetCode() 169 const int right_sum = GetRegionSum(x2 - box_width, y1, x2, y2); in GetCode()
|