| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/hal/ |
| H A D | hal.hpp | 113 …* src1, size_t step1, const uchar* src2, size_t step2, uchar* dst, size_t step, int width, int hei… 114 …* src1, size_t step1, const schar* src2, size_t step2, schar* dst, size_t step, int width, int hei… 115 …src1, size_t step1, const ushort* src2, size_t step2, ushort* dst, size_t step, int width, int hei… 116 …* src1, size_t step1, const short* src2, size_t step2, short* dst, size_t step, int width, int hei… 117 … int* src1, size_t step1, const int* src2, size_t step2, int* dst, size_t step, int width, int hei… 118 …* src1, size_t step1, const float* src2, size_t step2, float* dst, size_t step, int width, int hei… 119 …src1, size_t step1, const double* src2, size_t step2, double* dst, size_t step, int width, int hei… 121 …* src1, size_t step1, const uchar* src2, size_t step2, uchar* dst, size_t step, int width, int hei… 122 …* src1, size_t step1, const schar* src2, size_t step2, schar* dst, size_t step, int width, int hei… 123 …src1, size_t step1, const ushort* src2, size_t step2, ushort* dst, size_t step, int width, int hei… [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/hal/ |
| H A D | hal.hpp | 113 …* src1, size_t step1, const uchar* src2, size_t step2, uchar* dst, size_t step, int width, int hei… 114 …* src1, size_t step1, const schar* src2, size_t step2, schar* dst, size_t step, int width, int hei… 115 …src1, size_t step1, const ushort* src2, size_t step2, ushort* dst, size_t step, int width, int hei… 116 …* src1, size_t step1, const short* src2, size_t step2, short* dst, size_t step, int width, int hei… 117 … int* src1, size_t step1, const int* src2, size_t step2, int* dst, size_t step, int width, int hei… 118 …* src1, size_t step1, const float* src2, size_t step2, float* dst, size_t step, int width, int hei… 119 …src1, size_t step1, const double* src2, size_t step2, double* dst, size_t step, int width, int hei… 121 …* src1, size_t step1, const uchar* src2, size_t step2, uchar* dst, size_t step, int width, int hei… 122 …* src1, size_t step1, const schar* src2, size_t step2, schar* dst, size_t step, int width, int hei… 123 …src1, size_t step1, const ushort* src2, size_t step2, ushort* dst, size_t step, int width, int hei… [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/hal/ |
| H A D | hal.hpp | 113 …* src1, size_t step1, const uchar* src2, size_t step2, uchar* dst, size_t step, int width, int hei… 114 …* src1, size_t step1, const schar* src2, size_t step2, schar* dst, size_t step, int width, int hei… 115 …src1, size_t step1, const ushort* src2, size_t step2, ushort* dst, size_t step, int width, int hei… 116 …* src1, size_t step1, const short* src2, size_t step2, short* dst, size_t step, int width, int hei… 117 … int* src1, size_t step1, const int* src2, size_t step2, int* dst, size_t step, int width, int hei… 118 …* src1, size_t step1, const float* src2, size_t step2, float* dst, size_t step, int width, int hei… 119 …src1, size_t step1, const double* src2, size_t step2, double* dst, size_t step, int width, int hei… 121 …* src1, size_t step1, const uchar* src2, size_t step2, uchar* dst, size_t step, int width, int hei… 122 …* src1, size_t step1, const schar* src2, size_t step2, schar* dst, size_t step, int width, int hei… 123 …src1, size_t step1, const ushort* src2, size_t step2, ushort* dst, size_t step, int width, int hei… [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/radix-tree/ |
| H A D | benchmark.c | 53 unsigned long size, unsigned long step) in benchmark_insert() argument 61 for (index = 0 ; index < size ; index += step) in benchmark_insert() 70 size, step, nsec); in benchmark_insert() 74 unsigned long size, unsigned long step) in benchmark_tagging() argument 82 for (index = 0 ; index < size ; index += step) in benchmark_tagging() 91 size, step, nsec); in benchmark_tagging() 95 unsigned long size, unsigned long step) in benchmark_delete() argument 103 for (index = 0 ; index < size ; index += step) in benchmark_delete() 112 size, step, nsec); in benchmark_delete() 115 static void benchmark_size(unsigned long size, unsigned long step) in benchmark_size() argument [all …]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | ima_rw.c | 95 int step,dp,c,cm; in ImaExpandS() local 105 step = imaStepSizeTable[state]; in ImaExpandS() 111 if (c & 4) dp += step; in ImaExpandS() 112 step = step >> 1; in ImaExpandS() 113 if (c & 2) dp += step; in ImaExpandS() 114 step = step >> 1; in ImaExpandS() 115 if (c & 1) dp += step; in ImaExpandS() 116 step = step >> 1; in ImaExpandS() 117 dp += step; in ImaExpandS() 193 int step,d,dp,c; in ImaMashS() local [all …]
|
| H A D | adpcm.c | 41 sox_sample_t step; /* step size */ member 84 sox_sample_t step; in AdpcmDecode() local 87 step = state->step; in AdpcmDecode() 90 nstep = (stepAdjustTable[c] * step) >> 8; in AdpcmDecode() 91 state->step = (nstep < 16)? 16:nstep; in AdpcmDecode() 100 sample = (c * step) + vlin; in AdpcmDecode() 137 lsbshortldi(state[ch].step, ip); in lsx_ms_adpcm_block_expand_i() 184 int d, v0, v1, step; in AdpcmMashS() local 196 step = *iostep; in AdpcmMashS() 202 op[0] = step; op[1] = step>>8; in AdpcmMashS() [all …]
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | test_bitmap.c | 311 #define step (sizeof(u64) / sizeof(unsigned long)) macro 314 {0, "1", &exp1[1 * step], 8, 0}, 315 {0, "0-15", &exp1[2 * step], 32, 0}, 316 {0, "16-31", &exp1[3 * step], 32, 0}, 317 {0, "0-31:1/2", &exp1[4 * step], 32, 0}, 318 {0, "1-31:1/2", &exp1[5 * step], 32, 0}, 319 {0, "0-31:1/4", &exp1[6 * step], 32, 0}, 320 {0, "1-31:1/4", &exp1[7 * step], 32, 0}, 321 {0, "0-31:4/4", &exp1[8 * step], 32, 0}, 322 {0, "1-31:4/4", &exp1[9 * step], 32, 0}, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/mb862xx/ |
| H A D | mb862xxfb_accel.c | 71 static void mb86290fb_imageblit1(u32 *cmd, u16 step, u16 dx, u16 dy, in mb86290fb_imageblit1() argument 97 (GDC_CMD_BITMAP << 16) | (2 + (step * height)); in mb86290fb_imageblit1() 102 memcpy(&cmd[9 + i * step], line, step << 2); in mb86290fb_imageblit1() 106 for (k = 0; k < step; k++) in mb86290fb_imageblit1() 107 cmd[9 + i * step + k] = in mb86290fb_imageblit1() 108 cpu_to_be32(cmd[9 + i * step + k]); in mb86290fb_imageblit1() 120 static void mb86290fb_imageblit8(u32 *cmd, u16 step, u16 dx, u16 dy, in mb86290fb_imageblit8() argument 130 (GDC_CMD_BLT_DRAW << 16) | (2 + (height * step)); in mb86290fb_imageblit8() 140 for (j = 0; j < step; j++) { in mb86290fb_imageblit8() 141 cmd[3 + i * step + j] = in mb86290fb_imageblit8() [all …]
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/iep2/ |
| H A D | iep2_pd.c | 97 idx, pd_inf->step, in iep2_check_pd() 104 idx, pd_inf->step, in iep2_check_pd() 111 idx, pd_inf->step, in iep2_check_pd() 118 if (pd_inf->pdtype != PD_TYPES_UNKNOWN && pd_inf->step != -1) { in iep2_check_pd() 120 int type = pd_table[n][(pd_inf->step + 1) % 5]; in iep2_check_pd() 125 pd_inf->step = -1; in iep2_check_pd() 129 pd_inf->step = pd_inf->step != -1 ? (pd_inf->step + 1) % 5 : -1; in iep2_check_pd() 180 pd_inf->step = 0; in iep2_check_pd() 206 int step = (pd_inf->step + 1) % 5; in iep2_pd_get_output() local 210 switch (step) { in iep2_pd_get_output() [all …]
|
| /OK3568_Linux_fs/buildroot/support/scripts/ |
| H A D | graph-build-time | 90 def add_step(self, step, state, time): argument 92 self.steps_start[step] = time 94 self.steps_end[step] = time 95 if step in self.steps_start and step in self.steps_end: 96 self.steps_duration[step] = self.steps_end[step] - self.steps_start[step] 98 def get_duration(self, step=None): argument 99 if step is None: 101 for step in list(self.steps_duration.keys()): 102 duration += self.steps_duration[step] 104 if step in self.steps_duration: [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/ |
| H A D | selftest_ring.c | 52 static int check_ring_step(struct intel_ring *ring, u32 x, u32 step) in check_ring_step() argument 54 u32 prev = x, next = intel_ring_wrap(ring, x + step); in check_ring_step() 65 static int check_ring_offset(struct intel_ring *ring, u32 x, u32 step) in check_ring_offset() argument 69 err |= check_ring_step(ring, x, step); in check_ring_offset() 70 err |= check_ring_step(ring, intel_ring_wrap(ring, x + 1), step); in check_ring_offset() 71 err |= check_ring_step(ring, intel_ring_wrap(ring, x - 1), step); in check_ring_offset() 80 int step, err = 0; in igt_ring_direction() local 89 for (step = 1; step < half; step <<= 1) { in igt_ring_direction() 90 err |= check_ring_offset(ring, 0, step); in igt_ring_direction() 91 err |= check_ring_offset(ring, half, step); in igt_ring_direction()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/s5p-mfc/ |
| H A D | s5p_mfc_enc.c | 118 .step = 1, 134 .step = 1, 142 .step = 1, 150 .step = 1, 159 .step = 1, 168 .step = 1, 176 .step = 1, 184 .step = 1, 193 .step = 1, 210 .step = 0, [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/ |
| H A D | border_interpolate.hpp | 92 … template <typename T> __device__ __forceinline__ D at_low(int y, const T* data, size_t step) const in at_low() 94 return y >= 0 ? saturate_cast<D>(*(const T*)((const char*)data + y * step)) : val; in at_low() 97 …template <typename T> __device__ __forceinline__ D at_high(int y, const T* data, size_t step) const in at_high() 99 return y < height ? saturate_cast<D>(*(const T*)((const char*)data + y * step)) : val; in at_high() 102 … template <typename T> __device__ __forceinline__ D at(int y, const T* data, size_t step) const in at() 104 … return (y >= 0 && y < height) ? saturate_cast<D>(*(const T*)((const char*)data + y * step)) : val; in at() 119 …mplate <typename T> __device__ __forceinline__ D at(int y, int x, const T* data, size_t step) const in at() 121 … && y >= 0 && y < height) ? saturate_cast<D>(((const T*)((const uchar*)data + y * step))[x]) : val; in at() 199 … template <typename T> __device__ __forceinline__ D at_low(int y, const T* data, size_t step) const in at_low() 201 return saturate_cast<D>(*(const T*)((const char*)data + idx_row_low(y) * step)); in at_low() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/ |
| H A D | border_interpolate.hpp | 92 … template <typename T> __device__ __forceinline__ D at_low(int y, const T* data, size_t step) const in at_low() 94 return y >= 0 ? saturate_cast<D>(*(const T*)((const char*)data + y * step)) : val; in at_low() 97 …template <typename T> __device__ __forceinline__ D at_high(int y, const T* data, size_t step) const in at_high() 99 return y < height ? saturate_cast<D>(*(const T*)((const char*)data + y * step)) : val; in at_high() 102 … template <typename T> __device__ __forceinline__ D at(int y, const T* data, size_t step) const in at() 104 … return (y >= 0 && y < height) ? saturate_cast<D>(*(const T*)((const char*)data + y * step)) : val; in at() 119 …mplate <typename T> __device__ __forceinline__ D at(int y, int x, const T* data, size_t step) const in at() 121 … && y >= 0 && y < height) ? saturate_cast<D>(((const T*)((const uchar*)data + y * step))[x]) : val; in at() 199 … template <typename T> __device__ __forceinline__ D at_low(int y, const T* data, size_t step) const in at_low() 201 return saturate_cast<D>(*(const T*)((const char*)data + idx_row_low(y) * step)); in at_low() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/ |
| H A D | border_interpolate.hpp | 92 … template <typename T> __device__ __forceinline__ D at_low(int y, const T* data, size_t step) const in at_low() 94 return y >= 0 ? saturate_cast<D>(*(const T*)((const char*)data + y * step)) : val; in at_low() 97 …template <typename T> __device__ __forceinline__ D at_high(int y, const T* data, size_t step) const in at_high() 99 return y < height ? saturate_cast<D>(*(const T*)((const char*)data + y * step)) : val; in at_high() 102 … template <typename T> __device__ __forceinline__ D at(int y, const T* data, size_t step) const in at() 104 … return (y >= 0 && y < height) ? saturate_cast<D>(*(const T*)((const char*)data + y * step)) : val; in at() 119 …mplate <typename T> __device__ __forceinline__ D at(int y, int x, const T* data, size_t step) const in at() 121 … && y >= 0 && y < height) ? saturate_cast<D>(((const T*)((const uchar*)data + y * step))[x]) : val; in at() 199 … template <typename T> __device__ __forceinline__ D at_low(int y, const T* data, size_t step) const in at_low() 201 return saturate_cast<D>(*(const T*)((const char*)data + idx_row_low(y) * step)); in at_low() [all …]
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | wbt.h | 92 int step, unsigned long window, unsigned int bg, 95 TP_ARGS(bdi, msg, step, window, bg, normal, max), 100 __field(int, step) 111 __entry->step = step; 119 __entry->name, __entry->msg, __entry->step, __entry->window, 132 int step, unsigned int inflight), 134 TP_ARGS(bdi, status, step, inflight), 139 __field(int, step) 147 __entry->step = step; 152 __entry->status, __entry->step, __entry->inflight)
|
| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | exynos_spi.c | 70 static void spi_request_bytes(struct exynos_spi *regs, int count, int step) in spi_request_bytes() argument 72 debug("%s: regs=%p, count=%d, step=%d\n", __func__, regs, count, step); in spi_request_bytes() 75 if (step == 4) { in spi_request_bytes() 107 int step; in spi_rx_tx() local 118 step = 1; in spi_rx_tx() 121 step = 4; in spi_rx_tx() 127 spi_request_bytes(regs, todo, step); in spi_rx_tx() 148 else if (step == 4) in spi_rx_tx() 153 out_bytes -= step; in spi_rx_tx() 155 txp += step; in spi_rx_tx() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | cuda.inl.hpp | 59 …: flags(0), rows(0), cols(0), step(0), data(0), refcount(0), datastart(0), dataend(0), allocator(a… in GpuMat() 64 …: flags(0), rows(0), cols(0), step(0), data(0), refcount(0), datastart(0), dataend(0), allocator(a… in GpuMat() 72 …: flags(0), rows(0), cols(0), step(0), data(0), refcount(0), datastart(0), dataend(0), allocator(a… in GpuMat() 80 …: flags(0), rows(0), cols(0), step(0), data(0), refcount(0), datastart(0), dataend(0), allocator(a… in GpuMat() 91 …: flags(0), rows(0), cols(0), step(0), data(0), refcount(0), datastart(0), dataend(0), allocator(a… in GpuMat() 102 …: flags(m.flags), rows(m.rows), cols(m.cols), step(m.step), data(m.data), refcount(m.refcount), da… in GpuMat() 110 …flags(0), rows(0), cols(0), step(0), data(0), refcount(0), datastart(0), dataend(0), allocator(all… in GpuMat() 145 std::swap(step, b.step); in swap() 210 return data + step * y; in ptr() 217 return data + step * y; in ptr() [all …]
|
| H A D | mat.inl.hpp | 483 datalimit(0), allocator(0), u(0), size(&rows), step(0) in Mat() 489 datalimit(0), allocator(0), u(0), size(&rows), step(0) in Mat() 497 datalimit(0), allocator(0), u(0), size(&rows), step(0) in Mat() 506 datalimit(0), allocator(0), u(0), size(&rows), step(0) in Mat() 514 datalimit(0), allocator(0), u(0), size(&rows), step(0) in Mat() 523 datalimit(0), allocator(0), u(0), size(&rows), step(0) in Mat() 531 datalimit(0), allocator(0), u(0), size(&rows), step(0) in Mat() 540 datalimit(0), allocator(0), u(0), size(&rows), step(0) in Mat() 548 datalimit(0), allocator(0), u(0), size(&rows), step(0) in Mat() 558 u(m.u), size(&rows), step(0) in Mat() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | cuda.inl.hpp | 59 …: flags(0), rows(0), cols(0), step(0), data(0), refcount(0), datastart(0), dataend(0), allocator(a… in GpuMat() 64 …: flags(0), rows(0), cols(0), step(0), data(0), refcount(0), datastart(0), dataend(0), allocator(a… in GpuMat() 72 …: flags(0), rows(0), cols(0), step(0), data(0), refcount(0), datastart(0), dataend(0), allocator(a… in GpuMat() 80 …: flags(0), rows(0), cols(0), step(0), data(0), refcount(0), datastart(0), dataend(0), allocator(a… in GpuMat() 91 …: flags(0), rows(0), cols(0), step(0), data(0), refcount(0), datastart(0), dataend(0), allocator(a… in GpuMat() 102 …: flags(m.flags), rows(m.rows), cols(m.cols), step(m.step), data(m.data), refcount(m.refcount), da… in GpuMat() 110 …flags(0), rows(0), cols(0), step(0), data(0), refcount(0), datastart(0), dataend(0), allocator(all… in GpuMat() 145 std::swap(step, b.step); in swap() 210 return data + step * y; in ptr() 217 return data + step * y; in ptr() [all …]
|
| H A D | mat.inl.hpp | 483 datalimit(0), allocator(0), u(0), size(&rows), step(0) in Mat() 489 datalimit(0), allocator(0), u(0), size(&rows), step(0) in Mat() 497 datalimit(0), allocator(0), u(0), size(&rows), step(0) in Mat() 506 datalimit(0), allocator(0), u(0), size(&rows), step(0) in Mat() 514 datalimit(0), allocator(0), u(0), size(&rows), step(0) in Mat() 523 datalimit(0), allocator(0), u(0), size(&rows), step(0) in Mat() 531 datalimit(0), allocator(0), u(0), size(&rows), step(0) in Mat() 540 datalimit(0), allocator(0), u(0), size(&rows), step(0) in Mat() 548 datalimit(0), allocator(0), u(0), size(&rows), step(0) in Mat() 558 u(m.u), size(&rows), step(0) in Mat() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | cuda.inl.hpp | 59 …: flags(0), rows(0), cols(0), step(0), data(0), refcount(0), datastart(0), dataend(0), allocator(a… in GpuMat() 64 …: flags(0), rows(0), cols(0), step(0), data(0), refcount(0), datastart(0), dataend(0), allocator(a… in GpuMat() 72 …: flags(0), rows(0), cols(0), step(0), data(0), refcount(0), datastart(0), dataend(0), allocator(a… in GpuMat() 80 …: flags(0), rows(0), cols(0), step(0), data(0), refcount(0), datastart(0), dataend(0), allocator(a… in GpuMat() 91 …: flags(0), rows(0), cols(0), step(0), data(0), refcount(0), datastart(0), dataend(0), allocator(a… in GpuMat() 102 …: flags(m.flags), rows(m.rows), cols(m.cols), step(m.step), data(m.data), refcount(m.refcount), da… in GpuMat() 110 …flags(0), rows(0), cols(0), step(0), data(0), refcount(0), datastart(0), dataend(0), allocator(all… in GpuMat() 145 std::swap(step, b.step); in swap() 210 return data + step * y; in ptr() 217 return data + step * y; in ptr() [all …]
|
| H A D | mat.inl.hpp | 483 datalimit(0), allocator(0), u(0), size(&rows), step(0) in Mat() 489 datalimit(0), allocator(0), u(0), size(&rows), step(0) in Mat() 497 datalimit(0), allocator(0), u(0), size(&rows), step(0) in Mat() 506 datalimit(0), allocator(0), u(0), size(&rows), step(0) in Mat() 514 datalimit(0), allocator(0), u(0), size(&rows), step(0) in Mat() 523 datalimit(0), allocator(0), u(0), size(&rows), step(0) in Mat() 531 datalimit(0), allocator(0), u(0), size(&rows), step(0) in Mat() 540 datalimit(0), allocator(0), u(0), size(&rows), step(0) in Mat() 548 datalimit(0), allocator(0), u(0), size(&rows), step(0) in Mat() 558 u(m.u), size(&rows), step(0) in Mat() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/serial/ |
| H A D | serial_ar933x.c | 44 static u32 ar933x_serial_get_baud(u32 clk, u32 scale, u32 step) in ar933x_serial_get_baud() argument 51 t *= step; in ar933x_serial_get_baud() 59 u32 *scale, u32 *step) in ar933x_serial_get_scale_step() argument 65 *step = 0; in ar933x_serial_get_scale_step() 84 *step = tstep; in ar933x_serial_get_scale_step() 92 u32 val, scale, step; in ar933x_serial_setbrg() local 95 ar933x_serial_get_scale_step(val, baudrate, &scale, &step); in ar933x_serial_setbrg() 99 val |= (step & AR933X_UART_CLK_STEP_M) in ar933x_serial_setbrg() 203 u32 val, scale, step; in _debug_uart_init() local 219 CONFIG_BAUDRATE, &scale, &step); in _debug_uart_init() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/include/media/ |
| H A D | lm3554.h | 36 .step = (_step), \ 48 .step = 1, \ 96 #define LM3554_VALUE_TO_PERCENT(v, step) (((((unsigned long)(v)) * (step)) + 50) / 100) argument 97 #define LM3554_PERCENT_TO_VALUE(p, step) (((((unsigned long)(p)) * 100) + (step >> 1)) / (step)) argument
|