Home
last modified time | relevance | path

Searched refs:last_row (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/
H A Dborder_interpolate.hpp181 … explicit __host__ __device__ __forceinline__ BrdColReplicate(int height) : last_row(height - 1) {} in BrdColReplicate()
182 …ame U> __host__ __device__ __forceinline__ BrdColReplicate(int height, U) : last_row(height - 1) {} in BrdColReplicate()
191 return ::min(y, last_row); in idx_row_high()
214 int last_row; member
221 …__host__ __device__ __forceinline__ BrdReplicate(int height, int width) : last_row(height - 1), la… in BrdReplicate()
222 …t__ __device__ __forceinline__ BrdReplicate(int height, int width, U) : last_row(height - 1), last… in BrdReplicate()
231 return ::min(y, last_row); in idx_row_high()
264 int last_row; member
315 …explicit __host__ __device__ __forceinline__ BrdColReflect101(int height) : last_row(height - 1) {} in BrdColReflect101()
316 …me U> __host__ __device__ __forceinline__ BrdColReflect101(int height, U) : last_row(height - 1) {} in BrdColReflect101()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/
H A Dborder_interpolate.hpp181 … explicit __host__ __device__ __forceinline__ BrdColReplicate(int height) : last_row(height - 1) {} in BrdColReplicate()
182 …ame U> __host__ __device__ __forceinline__ BrdColReplicate(int height, U) : last_row(height - 1) {} in BrdColReplicate()
191 return ::min(y, last_row); in idx_row_high()
214 int last_row; member
221 …__host__ __device__ __forceinline__ BrdReplicate(int height, int width) : last_row(height - 1), la… in BrdReplicate()
222 …t__ __device__ __forceinline__ BrdReplicate(int height, int width, U) : last_row(height - 1), last… in BrdReplicate()
231 return ::min(y, last_row); in idx_row_high()
264 int last_row; member
315 …explicit __host__ __device__ __forceinline__ BrdColReflect101(int height) : last_row(height - 1) {} in BrdColReflect101()
316 …me U> __host__ __device__ __forceinline__ BrdColReflect101(int height, U) : last_row(height - 1) {} in BrdColReflect101()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/
H A Dborder_interpolate.hpp181 … explicit __host__ __device__ __forceinline__ BrdColReplicate(int height) : last_row(height - 1) {} in BrdColReplicate()
182 …ame U> __host__ __device__ __forceinline__ BrdColReplicate(int height, U) : last_row(height - 1) {} in BrdColReplicate()
191 return ::min(y, last_row); in idx_row_high()
214 int last_row; member
221 …__host__ __device__ __forceinline__ BrdReplicate(int height, int width) : last_row(height - 1), la… in BrdReplicate()
222 …t__ __device__ __forceinline__ BrdReplicate(int height, int width, U) : last_row(height - 1), last… in BrdReplicate()
231 return ::min(y, last_row); in idx_row_high()
264 int last_row; member
315 …explicit __host__ __device__ __forceinline__ BrdColReflect101(int height) : last_row(height - 1) {} in BrdColReflect101()
316 …me U> __host__ __device__ __forceinline__ BrdColReflect101(int height, U) : last_row(height - 1) {} in BrdColReflect101()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libtiff/tiff/
H A D0002-tiffcrop-fix-issue-380-and-382-heap-buffer-overflow-.patch38 uint32_t row, first_row, last_row, first_col, last_col;
70 + * first_row, last_row, .. are index into image array starting at 0 to width-1,
73 last_row = section->y2;
77 sect_length = last_row - first_row + 1;
99 for (row = first_row; row <= last_row; row++)
112 for (row = first_row; row <= last_row; row++)
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_loader.c355 u8 *last_row; in cyttsp5_load_app_() local
396 last_row = (u8 *)fw + fw_size - image_rec_size; in cyttsp5_load_app_()
397 cyttsp5_get_row_(dev, row_buf, last_row, image_rec_size); in cyttsp5_load_app_()
413 while (p < last_row) { in cyttsp5_load_app_()
/OK3568_Linux_fs/kernel/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c2256 u64 last_row; in pqi_raid_bypass_submit_scsi_cmd() local
2356 last_row = tmpdiv; in pqi_raid_bypass_submit_scsi_cmd()
2358 last_row_offset = (u32)(last_block - (last_row * blocks_per_row)); in pqi_raid_bypass_submit_scsi_cmd()
2367 last_row = last_block / blocks_per_row; in pqi_raid_bypass_submit_scsi_cmd()
2369 last_row_offset = (u32)(last_block - (last_row * blocks_per_row)); in pqi_raid_bypass_submit_scsi_cmd()
2375 if (first_row != last_row || first_column != last_column) in pqi_raid_bypass_submit_scsi_cmd()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dhpsa.c5118 u64 first_row, last_row; in hpsa_scsi_ioaccel_raid_map() local
5231 last_row = tmpdiv; in hpsa_scsi_ioaccel_raid_map()
5233 last_row_offset = (u32) (last_block - (last_row * blocks_per_row)); in hpsa_scsi_ioaccel_raid_map()
5242 last_row = last_block / blocks_per_row; in hpsa_scsi_ioaccel_raid_map()
5244 last_row_offset = (u32) (last_block - (last_row * blocks_per_row)); in hpsa_scsi_ioaccel_raid_map()
5250 if ((first_row != last_row) || (first_column != last_column)) in hpsa_scsi_ioaccel_raid_map()
/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dexported-sql-viewer.py3894 last_row = min_row
3896 if i.row() > last_row:
3897 last_row = i.row()