Searched refs:roi_width (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/mpp/utils/ |
| H A D | mpp_enc_roi_utils.c | 280 RK_S32 roi_width = (region->w + 15) / 16; in gen_vepu54x_roi() local 284 RK_S32 pos_x_end = pos_x_init + roi_width; in gen_vepu54x_roi() 304 for (x = 0; x < roi_width; x++) { in gen_vepu54x_roi() 319 roi_width = (region->w + 64) / 64; in gen_vepu54x_roi() 324 roi_width += 2; in gen_vepu54x_roi() 327 roi_width += 2; in gen_vepu54x_roi() 342 for (x = 0; x < roi_width; x++) { in gen_vepu54x_roi()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/common/ |
| H A D | vepu541_common.c | 365 RK_S32 roi_width = (region->w + 15) / 16; in vepu541_set_one_roi() local 369 RK_S32 pos_x_end = pos_x_init + roi_width; in vepu541_set_one_roi() 390 roi_width = pos_x_end - pos_x_init; in vepu541_set_one_roi() 396 for (x = 0; x < roi_width; x++, dst++) 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 | 1508 RK_S32 roi_width = (region->w + 15) / 16; in vepu580_h264_set_one_roi() local 1512 RK_S32 pos_x_end = pos_x_init + roi_width; in vepu580_h264_set_one_roi() 1527 roi_width = pos_x_end - pos_x_init; in vepu580_h264_set_one_roi() 1533 for (x = 0; x < roi_width; x++, dst++) in vepu580_h264_set_one_roi()
|