Home
last modified time | relevance | path

Searched refs:indexArray (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/
H A Dpost_process.cc255 std::vector<int> indexArray; in post_process() local
258 indexArray.push_back(i); in post_process()
261 quick_sort_indice_inverse(objProbs, 0, validCount - 1, indexArray); in post_process()
266 nms(validCount, filterBoxes, classId, indexArray, c, nms_threshold); in post_process()
275 if (indexArray[i] == -1 || last_count >= OBJ_NUMB_MAX_SIZE) in post_process()
279 int n = indexArray[i]; in post_process()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/src/
H A Dpostprocess.cc290 std::vector<int> indexArray; in post_process() local
292 indexArray.push_back(i); in post_process()
295 quick_sort_indice_inverse(objProbs, 0, validCount - 1, indexArray); in post_process()
300 nms(validCount, filterBoxes, classId, indexArray, c, nms_threshold); in post_process()
307 if (indexArray[i] == -1 || last_count >= OBJ_NUMB_MAX_SIZE) { in post_process()
310 int n = indexArray[i]; in post_process()
/OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_yolov5_demo/src/
H A Dpostprocess.cc319 std::vector<int> indexArray; in post_process() local
322 indexArray.push_back(i); in post_process()
325 quick_sort_indice_inverse(objProbs, 0, validCount - 1, indexArray); in post_process()
330 nms(validCount, filterBoxes, classId, indexArray, c, nms_threshold); in post_process()
339 if (indexArray[i] == -1 || last_count >= OBJ_NUMB_MAX_SIZE) in post_process()
343 int n = indexArray[i]; in post_process()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_cmd.h767 SVGA3dArray indexArray; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c1617 &range->indexArray.surfaceId, NULL); in vmw_cmd_draw()