Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/common_algorithm/video/move_detect/include/
H A Dmove_detection.h11 unsigned short down_right[2]; // ���½����꣬�²���ǰ��0��y���꣬1��x���� member
19 unsigned short down_right[2]; // �²���ǰ���½����꣬0��y���꣬1��x���� member
/OK3568_Linux_fs/external/common_algorithm/video/occlusion_detect/test/
H A Docclusion_detection_test.c53 roi_in[0].down_right[0] = height; // y in main()
54 roi_in[0].down_right[1] = width; // x in main()
/OK3568_Linux_fs/external/common_algorithm/video/occlusion_detect/include/
H A Docclusion_detection.h11 unsigned short down_right[2]; // 下采样前右下角坐标,0是y坐标,1是x坐标 member
/OK3568_Linux_fs/external/common_algorithm/video/move_detect/test/
H A Dtest.c91 roi_in.down_right[0] = yuv_h-1;//y in hw_simu_top()
92 roi_in.down_right[1] = yuv_w-1;//x in hw_simu_top()
/OK3568_Linux_fs/external/mpp/mpp/codec/rc/
H A Drc_model_v2_smt.c137 RK_U16 down_right[2]; // 0 - y idx 1 - x idx member
144 RK_U16 down_right[2]; // 0 - y idx 1 - x idx member
163 mb_end_y = info[k].down_right[0] / 16; in cal_mv_info()
164 mb_end_x = info[k].down_right[1] / 16; in cal_mv_info()