OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:factorx
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/npapi/npspy/windows/
gui_main.cpp
198
int
factorx
= bux/4;
local
201
int marginLeft = 7 *
factorx
;
202
int marginRight = 0 *
factorx
;
205
int spaceHor = 4 *
factorx
;
/external/opencv/cv/src/
cvcorner.cpp
229
double
factorx
, factory;
local
308
factorx
= (double)(1 << (aperture_size - 1)) * block_size;
310
factorx
*= 2;
312
factorx
*= 255.;
313
factory =
factorx
= 1./
factorx
;
361
double dx = dxdata[j]*
factorx
;
376
double dx = dxdata[j]*
factorx
;
Completed in 68 milliseconds