Searched refs:roi_height (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/mpp/utils/ |
| H A D | mpp_enc_roi_utils.c | 281 RK_S32 roi_height = (region->h + 15) / 16; in gen_vepu54x_roi() local 285 RK_S32 pos_y_end = pos_y_init + roi_height; in gen_vepu54x_roi() 303 for (y = 0; y < roi_height; y++) { in gen_vepu54x_roi() 320 roi_height = (region->h + 64) / 64; in gen_vepu54x_roi() 333 roi_height += 2; in gen_vepu54x_roi() 336 roi_height += 2; in gen_vepu54x_roi() 341 for (y = 0; y < roi_height; y++) { in gen_vepu54x_roi()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/common/ |
| H A D | vepu541_common.c | 366 RK_S32 roi_height = (region->h + 15) / 16; in vepu541_set_one_roi() local 370 RK_S32 pos_y_end = pos_y_init + roi_height; in vepu541_set_one_roi() 391 roi_height = pos_y_end - pos_y_init; in vepu541_set_one_roi() 393 for (y = 0; y < roi_height; y++) { in vepu541_set_one_roi()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/imgproc/hal/ |
| H A D | hal.hpp | 93 int roi_width, int roi_height, int roi_x, int roi_y,
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/imgproc/hal/ |
| H A D | hal.hpp | 93 int roi_width, int roi_height, int roi_x, int roi_y,
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/imgproc/hal/ |
| H A D | hal.hpp | 93 int roi_width, int roi_height, int roi_x, int roi_y,
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/ |
| H A D | hal_h264e_vepu580.c | 1509 RK_S32 roi_height = (region->h + 15) / 16; in vepu580_h264_set_one_roi() local 1513 RK_S32 pos_y_end = pos_y_init + roi_height; in vepu580_h264_set_one_roi() 1528 roi_height = pos_y_end - pos_y_init; in vepu580_h264_set_one_roi() 1530 for (y = 0; y < roi_height; y++) { in vepu580_h264_set_one_roi()
|