Searched refs:anchor1 (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | cifs_unicode.h | 298 const wchar_t *anchor1 = ucs1; in UniStrstr() local 308 return (wchar_t *) anchor1; in UniStrstr() 309 ucs1 = ++anchor1; /* No match */ in UniStrstr() 315 return (wchar_t *) anchor1; /* Match found */ in UniStrstr()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/ |
| H A D | post_process.cc | 213 int anchor1[6] = {30, 61, 62, 45, 59, 119}; in post_process() local 235 validCount1 = process(input1, (int *)anchor1, grid_h1, grid_w1, model_in_h, model_in_w, in post_process()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/src/ |
| H A D | postprocess.cc | 31 const int anchor1[6] = {30, 61, 62, 45, 59, 119}; variable 273 …validCount1 = process(input1, (int*)anchor1, grid_h1, grid_w1, model_in_h, model_in_w, stride1, fi… in post_process()
|
| /OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_yolov5_demo/src/ |
| H A D | postprocess.cc | 29 const int anchor1[6] = {30, 61, 62, 45, 59, 119}; variable 301 validCount1 = process(input1, (int *)anchor1, grid_h1, grid_w1, model_in_h, model_in_w, in post_process()
|