| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_1.0/ |
| H A D | ia_css_sdis.host.c | 25 .grid = { 0, 0, 0, 0, 0, 0, 0, 0 }, 45 unsigned int aligned_width = from->grid.aligned_width * in ia_css_sdis_horicoef_vmem_encode() 46 from->grid.bqs_per_grid_cell; in ia_css_sdis_horicoef_vmem_encode() 47 unsigned int width = from->grid.num_hor_coefs; in ia_css_sdis_horicoef_vmem_encode() 72 unsigned int aligned_height = from->grid.aligned_height * in ia_css_sdis_vertcoef_vmem_encode() 73 from->grid.bqs_per_grid_cell; in ia_css_sdis_vertcoef_vmem_encode() 74 unsigned int height = from->grid.num_ver_coefs; in ia_css_sdis_vertcoef_vmem_encode() 190 dis->grid.dim.width = in ia_css_sdis_init_info() 192 dis->grid.dim.height = in ia_css_sdis_init_info() 194 dis->grid.pad.width = in ia_css_sdis_init_info() [all …]
|
| H A D | ia_css_sdis_types.h | 36 grid;/** grid info contains the dimensions of the dvs grid */ member 49 grid;/** grid info contains the dimensions of the dvs grid */ member
|
| H A D | ia_css_sdis.host.h | 69 const struct ia_css_dvs_grid_info *grid);
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/ |
| H A D | ia_css_sdis2.host.c | 23 .grid = { 0, 0, 0, 0, 0, 0, 0, 0 }, 41 unsigned int aligned_width = from->grid.aligned_width * in ia_css_sdis2_horicoef_vmem_encode() 42 from->grid.bqs_per_grid_cell; in ia_css_sdis2_horicoef_vmem_encode() 43 unsigned int width = from->grid.num_hor_coefs; in ia_css_sdis2_horicoef_vmem_encode() 66 unsigned int aligned_height = from->grid.aligned_height * in ia_css_sdis2_vertcoef_vmem_encode() 67 from->grid.bqs_per_grid_cell; in ia_css_sdis2_vertcoef_vmem_encode() 68 unsigned int height = from->grid.num_ver_coefs; in ia_css_sdis2_vertcoef_vmem_encode() 234 size_bytes = host_stats->grid.aligned_width * sizeof(*htemp_ptr); in ia_css_translate_dvs2_statistics() 240 table_size = table_width * host_stats->grid.aligned_height; in ia_css_translate_dvs2_statistics() 244 for (height = 0; height < host_stats->grid.aligned_height; height++) { in ia_css_translate_dvs2_statistics() [all …]
|
| H A D | ia_css_sdis2_types.h | 46 grid; /** grid info contains the dimensions of the dvs grid */ member 69 grid; /** grid info contains the dimensions of the dvs grid */ member
|
| H A D | ia_css_sdis2.host.h | 78 const struct ia_css_dvs_grid_info *grid);
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/ |
| H A D | ia_css_dvs.h | 168 ia_css_isp_dvs_statistics_allocate(const struct ia_css_dvs_grid_info *grid); 182 ia_css_isp_dvs2_statistics_allocate(const struct ia_css_dvs_grid_info *grid); 196 ia_css_dvs_statistics_allocate(const struct ia_css_dvs_grid_info *grid); 210 ia_css_dvs_coefficients_allocate(const struct ia_css_dvs_grid_info *grid); 224 ia_css_dvs2_statistics_allocate(const struct ia_css_dvs_grid_info *grid); 238 ia_css_dvs2_coefficients_allocate(const struct ia_css_dvs_grid_info *grid);
|
| H A D | sh_css_params.c | 1508 if (host_stats->grid.use_dmem) { in ia_css_translate_3a_statistics() 2234 ia_css_isp_3a_statistics_allocate(const struct ia_css_3a_grid_info *grid) in ia_css_isp_3a_statistics_allocate() argument 2238 IA_CSS_ENTER("grid=%p", grid); in ia_css_isp_3a_statistics_allocate() 2240 assert(grid); in ia_css_isp_3a_statistics_allocate() 2243 if (!grid->enable) in ia_css_isp_3a_statistics_allocate() 2250 if (grid->use_dmem) { in ia_css_isp_3a_statistics_allocate() 2252 grid->aligned_width * in ia_css_isp_3a_statistics_allocate() 2253 grid->aligned_height; in ia_css_isp_3a_statistics_allocate() 2256 grid->aligned_height; in ia_css_isp_3a_statistics_allocate() 4345 ia_css_3a_statistics_allocate(const struct ia_css_3a_grid_info *grid) in ia_css_3a_statistics_allocate() argument [all …]
|
| H A D | ia_css_3a.h | 135 ia_css_isp_3a_statistics_allocate(const struct ia_css_3a_grid_info *grid); 149 ia_css_3a_statistics_allocate(const struct ia_css_3a_grid_info *grid);
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-detect.rst | 37 - The image is divided into a grid, each cell with its own motion 41 - The image is divided into a grid, each cell with its own region 45 values for the grid are set through the 55 Sets the motion detection thresholds for each cell in the grid. To 58 top-left of the grid. 61 Sets the motion detection region value for each cell in the grid. To 64 top-left of the grid.
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/ |
| H A D | ia_css_s3a.host.c | 245 count_for_3a = host_stats->grid.width * host_stats->grid.height in ia_css_s3a_hmem_decode() 246 * host_stats->grid.bqs_per_grid_cell in ia_css_s3a_hmem_decode() 247 * host_stats->grid.bqs_per_grid_cell; in ia_css_s3a_hmem_decode() 309 isp_width = host_stats->grid.aligned_width; in ia_css_s3a_dmem_decode() 310 host_width = host_stats->grid.width; in ia_css_s3a_dmem_decode() 311 height = host_stats->grid.height; in ia_css_s3a_dmem_decode() 349 out_width = host_stats->grid.width; in ia_css_s3a_vmem_decode() 350 out_height = host_stats->grid.height; in ia_css_s3a_vmem_decode() 354 chunk = ISP_VEC_NELEMS >> host_stats->grid.deci_factor_log2; in ia_css_s3a_vmem_decode()
|
| H A D | ia_css_s3a_types.h | 197 grid; /** grid info contains the dimensions of the 3A grid */ member
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/shaders/ |
| H A D | billboard.fsh | 36 uniform float grid; 48 float offx = floor(uv.x / (grid * step_x)); 49 float offy = floor(uv.y / (grid * step_y)); 50 vec3 res = texture2D(source, vec2(offx * grid * step_x , offy * grid * step_y)).rgb; 51 vec2 prc = fract(uv / vec2(grid * step_x, grid * step_y));
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/ipu3/ |
| H A D | ipu3-css-params.c | 1254 const struct ipu3_uapi_shd_grid_config *grid, in imgu_css_shd_ops_calc() argument 1257 unsigned int block_height = 1 << grid->block_height_log2; in imgu_css_shd_ops_calc() 1258 unsigned int grid_height_per_slice = grid->grid_height_per_slice; in imgu_css_shd_ops_calc() 1262 unsigned int positive_y_start = (unsigned int)-grid->y_start; in imgu_css_shd_ops_calc() 1699 .grid_height = awb_config->config.grid.height, in imgu_css_awb_ops_calc() 1701 1 << awb_config->config.grid.block_height_log2, in imgu_css_awb_ops_calc() 1702 .y_start = awb_config->config.grid.y_start, in imgu_css_awb_ops_calc() 1704 awb_config->stripes[0].grid.height_per_slice, in imgu_css_awb_ops_calc() 2125 if (acc->shd.shd.grid.width <= 0) in imgu_css_cfg_acc() 2128 acc->shd.shd.grid.grid_height_per_slice = in imgu_css_cfg_acc() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/test/ |
| H A D | plotA | 6 set grid xtics ytics 7 set grid mxtics mytics 8 show grid
|
| H A D | responseAB | 6 set grid xtics ytics 7 set grid mxtics mytics 8 show grid
|
| H A D | plotAB | 6 set grid xtics ytics 7 set grid mxtics mytics 8 show grid
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/detail/ |
| H A D | transform_detail.hpp | 312 const dim3 grid(divUp(src.cols, threads.x), divUp(src.rows, threads.y), 1); in call() local 314 transformSimple<T, D><<<grid, threads, 0, stream>>>(src, dst, mask, op); in call() 327 const dim3 grid(divUp(src1.cols, threads.x), divUp(src1.rows, threads.y), 1); in call() local 329 transformSimple<T1, T2, D><<<grid, threads, 0, stream>>>(src1, src2, dst, mask, op); in call() 353 … const dim3 grid(divUp(src.cols, threads.x * ft::smart_shift), divUp(src.rows, threads.y), 1); in call() local 355 transformSmart<T, D><<<grid, threads, 0, stream>>>(src, dst, mask, op); in call() 378 … const dim3 grid(divUp(src1.cols, threads.x * ft::smart_shift), divUp(src1.rows, threads.y), 1); in call() local 380 transformSmart<T1, T2, D><<<grid, threads, 0, stream>>>(src1, src2, dst, mask, op); in call()
|
| /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 | 312 const dim3 grid(divUp(src.cols, threads.x), divUp(src.rows, threads.y), 1); in call() local 314 transformSimple<T, D><<<grid, threads, 0, stream>>>(src, dst, mask, op); in call() 327 const dim3 grid(divUp(src1.cols, threads.x), divUp(src1.rows, threads.y), 1); in call() local 329 transformSimple<T1, T2, D><<<grid, threads, 0, stream>>>(src1, src2, dst, mask, op); in call() 353 … const dim3 grid(divUp(src.cols, threads.x * ft::smart_shift), divUp(src.rows, threads.y), 1); in call() local 355 transformSmart<T, D><<<grid, threads, 0, stream>>>(src, dst, mask, op); in call() 378 … const dim3 grid(divUp(src1.cols, threads.x * ft::smart_shift), divUp(src1.rows, threads.y), 1); in call() local 380 transformSmart<T1, T2, D><<<grid, threads, 0, stream>>>(src1, src2, dst, mask, op); in call()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/detail/ |
| H A D | transform_detail.hpp | 312 const dim3 grid(divUp(src.cols, threads.x), divUp(src.rows, threads.y), 1); in call() local 314 transformSimple<T, D><<<grid, threads, 0, stream>>>(src, dst, mask, op); in call() 327 const dim3 grid(divUp(src1.cols, threads.x), divUp(src1.rows, threads.y), 1); in call() local 329 transformSimple<T1, T2, D><<<grid, threads, 0, stream>>>(src1, src2, dst, mask, op); in call() 353 … const dim3 grid(divUp(src.cols, threads.x * ft::smart_shift), divUp(src.rows, threads.y), 1); in call() local 355 transformSmart<T, D><<<grid, threads, 0, stream>>>(src, dst, mask, op); in call() 378 … const dim3 grid(divUp(src1.cols, threads.x * ft::smart_shift), divUp(src1.rows, threads.y), 1); in call() local 380 transformSmart<T1, T2, D><<<grid, threads, 0, stream>>>(src1, src2, dst, mask, op); in call()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/ |
| H A D | feature_index.cpp | 20 : grid(util::EXTENT, util::EXTENT, util::EXTENT / 16) // 16x16 grid -> 32px cell in FeatureIndex() 34 grid.insert(IndexedSubfeature(index, sourceLayerName, bucketLeaderID, sortIndex++), in insert() 62 …std::vector<IndexedSubfeature> features = grid.query({ convertPoint<float>(box.min - additionalPad… in query()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/qml/qmlvideofx/ |
| H A D | EffectBillboard.qml | 47 grid = parameters.get(0).value * 10; 51 property real grid: 5.0
|
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/darknet/yolov3_416x416/ |
| H A D | yolov3_utils.py | 41 grid = np.concatenate((col, row), axis=-1) 43 box_xy += grid
|
| /OK3568_Linux_fs/buildroot/package/boinc/ |
| H A D | Config.in | 11 Open-source software for volunteer computing and grid
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/sdis/common/ |
| H A D | ia_css_sdis_common_types.h | 41 } grid, coef, proj; member
|