Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/common_algorithm/video/move_detect/include/
H A Dmove_detection.h10 unsigned short up_left[2]; // ���Ͻ����꣬�²���ǰ��0��y���꣬1��x���� member
18 unsigned short up_left[2]; // �²���ǰ���Ͻ����꣬0��y���꣬1��x���� member
/OK3568_Linux_fs/external/common_algorithm/video/occlusion_detect/test/
H A Docclusion_detection_test.c51 roi_in[0].up_left[0] = 0; // y in main()
52 roi_in[0].up_left[1] = 0; // x in main()
/OK3568_Linux_fs/external/common_algorithm/video/occlusion_detect/include/
H A Docclusion_detection.h10 unsigned short up_left[2]; // 下采样前左上角坐标,0是y坐标,1是x坐标 member
/OK3568_Linux_fs/external/common_algorithm/video/move_detect/test/
H A Dtest.c89 roi_in.up_left[0] = 0;//y in hw_simu_top()
90 roi_in.up_left[1] = 0;//x in hw_simu_top()
/OK3568_Linux_fs/external/mpp/mpp/codec/rc/
H A Drc_model_v2_smt.c136 RK_U16 up_left[2]; // 0 - y idx 1 - x idx member
143 RK_U16 up_left[2]; // 0 - y idx 1 - x idx member
161 mb_sta_y = info[k].up_left[0] / 16; in cal_mv_info()
162 mb_sta_x = info[k].up_left[1] / 16; in cal_mv_info()