OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:img_width
(Results
1 - 5
of
5
) sorted by null
/external/llvm/test/Transforms/GVN/
2007-07-31-RedundantPhi.ll
3
@
img_width
= external global i16 ; <i16*> [#uses=2]
7
store i16 0, i16* @
img_width
, align 2
20
%tmp701 = load i16* @
img_width
, align 2 ; <i16> [#uses=0]
/external/eigen/demos/mandelbrot/
mandelbrot.cpp
31
template<typename Real> void MandelbrotThread::render(int
img_width
, int img_height)
38
const int alignedWidth = (
img_width
/packetSize)*packetSize;
41
const double yradius = xradius * img_height /
img_width
;
45
Vector2 step(2*widget->xradius/
img_width
, 2*yradius/img_height);
50
int pix = y *
img_width
;
105
for(int x = alignedWidth; x <
img_width
; x++, pix++)
117
int
img_width
= widget->width()/widget->draft;
local
122
render<float>(
img_width
, img_height);
124
render<double>(
img_width
, img_height);
mandelbrot.h
31
template<typename Real> void render(int
img_width
, int img_height);
/external/opencv/ml/src/
mlcnn.cpp
229
const int
img_width
= first_layer->input_width;
230
const int img_size =
img_width
*img_height;
242
CV_CALL(X[0] = cvCreateMat( img_height*
img_width
,1,CV_32FC1 ));
329
int img_height,
img_width
, img_size;
342
img_width
= first_layer->input_width;
343
img_size = img_height*
img_width
;
[
all
...]
/external/chromium/chrome/browser/ssl/
ssl_browser_tests.cc
490
int
img_width
;
local
493
L"window.domAutomationController.send(ImageWidth());", &
img_width
));
497
EXPECT_LT(
img_width
, 100);
[
all
...]
Completed in 730 milliseconds