Searched refs:width_ds (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/common_algorithm/video/move_detect/test/ |
| H A D | test.c | 79 int width, height, width_ds, height_ds; in hw_simu_top() local 85 width_ds = yuv_w/3; in hw_simu_top() 101 md_ctx = move_detection_init(width, height, width_ds, height_ds, is_single_ref); in hw_simu_top() 102 img_down_sam = (unsigned char *)malloc(width_ds * height_ds); in hw_simu_top() 107 rga_ds(datain, img_down_sam, width, height, width_ds, height_ds); 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() 121 rga_ds(datain, img_down_sam, width, height, width_ds, height_ds); in hw_simu_top()
|
| /OK3568_Linux_fs/external/common_algorithm/video/move_detect/include/ |
| H A D | move_detection.h | 31 struct md_ctx *move_detection_init(int width, int height, int width_ds, int height_ds, int is_singl…
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/ |
| H A D | awb_uapi_head.h | 263 uint32_t width_ds; member
|