OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iscale
(Results
1 - 4
of
4
) sorted by null
/external/skia/samplecode/
SampleXfermodes.cpp
55
int
iscale
= SkAlpha255To256(ia);
56
int dr = (SkGetPackedR32(pm) + (r *
iscale
>> 5)) >> 3;
57
int dg = (SkGetPackedG32(pm) + (g *
iscale
>> 6)) >> 2;
/external/opencv/cxcore/src/
cxconvert.cpp
992
int
iscale
= cvRound(scale*(1 << ICV_FIX_SHIFT));
local
1015
int
iscale
= cvRound(scale*(1 << ICV_FIX_SHIFT));
local
[
all
...]
/external/opencv/cv/src/
cvsmooth.cpp
252
int
iscale
= cvFloor(scale*(1 << BLUR_SHIFT));
local
283
int t0 = CV_DESCALE(s0*
iscale
, BLUR_SHIFT), t1 = CV_DESCALE(s1*
iscale
, BLUR_SHIFT);
291
int s0 = sum[i] + sp[i], t0 = CV_DESCALE(s0*
iscale
, BLUR_SHIFT);
[
all
...]
cvfilter.cpp
[
all
...]
Completed in 70 milliseconds