Searched refs:is_single_ref (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/common_algorithm/video/move_detect/ |
| H A D | README.md | 35 Test: is_single_ref 1, raw 1920 x 1080, ds 640 x 360 47 Test: is_single_ref 1, raw 1920 x 1080, ds 640 x 360 48 Test: is_single_ref 1, raw 1920 x 1080, ds 640 x 360 64 Test: is_single_ref 0, raw 1920 x 1080, ds 640 x 360 76 Test: is_single_ref 0, raw 1920 x 1080, ds 640 x 360 77 Test: is_single_ref 0, raw 1920 x 1080, ds 640 x 360
|
| /OK3568_Linux_fs/external/common_algorithm/video/move_detect/test/ |
| H A D | test.c | 63 int is_single_ref = 0; variable 101 md_ctx = move_detection_init(width, height, width_ds, height_ds, is_single_ref); in hw_simu_top() 115 …printf("Test: is_single_ref %d, raw %d x %d, ds %d x %d\n", is_single_ref, width, height, width_ds… in hw_simu_top() 180 is_single_ref = atoi(argv[1]); in main()
|
| /OK3568_Linux_fs/external/common_algorithm/video/move_detect/include/ |
| H A D | move_detection.h | 31 …md_ctx *move_detection_init(int width, int height, int width_ds, int height_ds, int is_single_ref);
|