Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aorb/
H A Dorb_algos.cpp716 orb_rect_t rect_dst; in map_rect() local
721 rect_dst.left = dst.col; in map_rect()
722 rect_dst.top = dst.row; in map_rect()
727 rect_dst.right = dst.col; in map_rect()
728 rect_dst.bottom = dst.row; in map_rect()
730 rect_dst.width = rect_dst.right - rect_dst.left; in map_rect()
731 rect_dst.height = rect_dst.bottom - rect_dst.top; in map_rect()
733 return rect_dst; in map_rect()