Searched refs:real_x (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/detail/ |
| H A D | transform_detail.hpp | 230 for (int real_x = x_shifted; real_x < src_.cols; ++real_x) in transformSmart() local 232 if (mask(y, real_x)) in transformSmart() 233 dst[real_x] = op(src[real_x]); in transformSmart() 279 for (int real_x = x_shifted; real_x < src1_.cols; ++real_x) in transformSmart() local 281 if (mask(y, real_x)) in transformSmart() 282 dst[real_x] = op(src1[real_x], src2[real_x]); in transformSmart()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/detail/ |
| H A D | transform_detail.hpp | 230 for (int real_x = x_shifted; real_x < src_.cols; ++real_x) in transformSmart() local 232 if (mask(y, real_x)) in transformSmart() 233 dst[real_x] = op(src[real_x]); in transformSmart() 279 for (int real_x = x_shifted; real_x < src1_.cols; ++real_x) in transformSmart() local 281 if (mask(y, real_x)) in transformSmart() 282 dst[real_x] = op(src1[real_x], src2[real_x]); in transformSmart()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/detail/ |
| H A D | transform_detail.hpp | 230 for (int real_x = x_shifted; real_x < src_.cols; ++real_x) in transformSmart() local 232 if (mask(y, real_x)) in transformSmart() 233 dst[real_x] = op(src[real_x]); in transformSmart() 279 for (int real_x = x_shifted; real_x < src1_.cols; ++real_x) in transformSmart() local 281 if (mask(y, real_x)) in transformSmart() 282 dst[real_x] = op(src1[real_x], src2[real_x]); in transformSmart()
|
| /OK3568_Linux_fs/kernel/drivers/media/common/v4l2-tpg/ |
| H A D | v4l2-tpg-core.c | 1780 unsigned real_x = src_x; in tpg_precalculate_line() local 1783 real_x = tpg->hflip ? tpg->src_width * 2 - real_x - 2 : real_x; in tpg_precalculate_line() 1784 color1 = tpg_get_color(tpg, pat, real_x); in tpg_precalculate_line() 1793 real_x = src_x; in tpg_precalculate_line() 1794 real_x = tpg->hflip ? tpg->src_width * 2 - real_x - 2 : real_x; in tpg_precalculate_line() 1795 color2 = tpg_get_color(tpg, pat, real_x); in tpg_precalculate_line()
|