OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:y_step
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cxcore/src/
cxdrawing.cpp
303
int x_step,
y_step
;
local
347
y_step
= (int) (((int64) dy << XY_SHIFT) / (ax | 1));
351
pt1.y += (int) ((((int64)
y_step
) * j) >> XY_SHIFT) + (XY_ONE >> 1);
352
slope = (
y_step
>> (XY_SHIFT - 5)) & 0x3f;
353
slope ^= (
y_step
< 0 ? 0x3f : 0);
371
y_step
= XY_ONE;
442
pt1.y +=
y_step
;
517
pt1.y +=
y_step
;
567
int x_step,
y_step
;
local
610
y_step
= (int) (((int64) dy << XY_SHIFT) / (ax | 1))
[
all
...]
/external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp
1644
int
y_step
= y_scale * 8;
local
[
all
...]
Completed in 299 milliseconds