OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cstep
(Results
1 - 6
of
6
) sorted by null
/external/opencv/ml/src/
_ml.h
91
#define ICV_RAWDATA( mat, flags, rdata, sstep,
cstep
, m, n ) \
96
(
cstep
) = CV_ELEM_SIZE( (mat).type ); \
102
(
cstep
) = (mat).step; \
113
uchar* data; int sstep,
cstep
; - trainData->data
125
int sstep,
cstep
; \
143
sstep =
cstep
= clstep = ncl = tmstep = ntm = msstep = mcstep = mm = mn = 0; \
153
ICV_RAWDATA( *(param), (flags), data, sstep,
cstep
, m, n ); \
/frameworks/rs/cpu_ref/
rsCpuIntrinsicYuvToRGB.cpp
130
size_t
cstep
= cp->alloc->mHal.drvState.yuv.step;
local
152
cstep
= 2;
159
int cx = (x1 >> 1) *
cstep
;
168
if (
cstep
== 1) {
172
} else if (
cstep
== 2) {
193
int cx = (x1 >> 1) *
cstep
;
/external/opencv/cv/src/
cvstereobm.cpp
204
int
cstep
= (height + dy0 + dy1)*ndisp;
local
223
hsad = hsad0 - dy0*ndisp; cbuf = cbuf0 + (x + wsz2 + 1)*
cstep
- dy0*ndisp;
253
const uchar* cbuf_sub = cbuf0 + ((x0 + wsz2 + 1) % (wsz + 1))*
cstep
- dy0*ndisp;
254
uchar* cbuf = cbuf0 + ((x1 + wsz2 + 1) % (wsz + 1))*
cstep
- dy0*ndisp;
411
int
cstep
= (height+dy0+dy1)*ndisp;
local
429
hsad = hsad0 - dy0*ndisp; cbuf = cbuf0 + (x + wsz2 + 1)*
cstep
- dy0*ndisp;
459
const uchar* cbuf_sub = cbuf0 + ((x0 + wsz2 + 1) % (wsz + 1))*
cstep
- dy0*ndisp;
460
uchar* cbuf = cbuf0 + ((x1 + wsz2 + 1) % (wsz + 1))*
cstep
- dy0*ndisp;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_rast_tri.c
220
sign_bits4(const __m128i *
cstep
, int cdiff)
226
__m128i cstep0 = _mm_add_epi32(
cstep
[0], cio4);
227
__m128i cstep1 = _mm_add_epi32(
cstep
[1], cio4);
228
__m128i cstep2 = _mm_add_epi32(
cstep
[2], cio4);
229
__m128i cstep3 = _mm_add_epi32(
cstep
[3], cio4);
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast_tri.c
220
sign_bits4(const __m128i *
cstep
, int cdiff)
226
__m128i cstep0 = _mm_add_epi32(
cstep
[0], cio4);
227
__m128i cstep1 = _mm_add_epi32(
cstep
[1], cio4);
228
__m128i cstep2 = _mm_add_epi32(
cstep
[2], cio4);
229
__m128i cstep3 = _mm_add_epi32(
cstep
[3], cio4);
/frameworks/rs/driver/runtime/
rs_allocation.c
313
const size_t
cstep
= alloc->mHal.drvState.yuv.step;
local
319
return pin[((x >> shift) *
cstep
) + ((y >> shift) * stride)];
327
const size_t
cstep
= alloc->mHal.drvState.yuv.step;
local
333
return pin[((x >> shift) *
cstep
) + ((y >> shift) * stride)];
Completed in 430 milliseconds