Searched refs:PROP_BOX_SIZE (Results 1 – 6 of 6) sorted by relevance
11 #define PROP_BOX_SIZE (5+OBJ_CLASS_NUM) macro
12 #define PROP_BOX_SIZE (5+OBJ_CLASS_NUM) macro
32 #define PROP_BOX_SIZE (5+OBJ_CLASS_NUM) macro
158 int8_t box_confidence = input[(PROP_BOX_SIZE * a + 4) * grid_len + i * grid_w + j]; in process()161 int offset = (PROP_BOX_SIZE * a) * grid_len + i * grid_w + j; in process()
200 int8_t box_confidence = input[(PROP_BOX_SIZE * a + 4) * grid_len + i * grid_w + j]; in process()202 int offset = (PROP_BOX_SIZE * a) * grid_len + i * grid_w + j; in process()
222 int8_t box_confidence = input[(PROP_BOX_SIZE * a + 4) * grid_len + i * grid_w + j]; in process()225 int offset = (PROP_BOX_SIZE * a) * grid_len + i * grid_w + j; in process()