OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:img1
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Tools/Scripts/webkitpy/common/net/
testoutput.py
30
def same_image(self,
img1
, img2):
31
return
img1
== img2
/external/opencv/cxcore/src/
_cxipp.h
325
( const srctype*
img1
, int imgstep1, \
330
( const srctype*
img1
, int imgstep1, \
335
( const srctype*
img1
, int imgstep1, \
354
( const srctype*
img1
, int imgstep1, \
359
( const srctype*
img1
, int imgstep1, \
364
( const srctype*
img1
, int imgstep1, \
386
( const srctype*
img1
, int imgstep1, \
392
( const srctype*
img1
, int imgstep1, \
398
( const srctype*
img1
, int imgstep1, \
[
all
...]
/external/libvpx/vp8/encoder/
ssim.c
354
unsigned char *
img1
,
368
for(i=0; i < height; i+=8,
img1
+= stride_img1*8, img2 += stride_img2*8)
372
ssim_total += ssim_8x8(
img1
, stride_img1, img2, stride_img2, rtcd);
/external/webkit/Source/WebKit/qt/tests/qgraphicswebview/
tst_qgraphicswebview.cpp
396
QImage
img1
(webView1.page()->viewportSize(), QImage::Format_ARGB32);
397
QPainter painter1(&
img1
);
457
QVERIFY(
img1
!= img2);
/external/webkit/Source/WebKit/qt/tests/qwebview/
tst_qwebview.cpp
399
QImage
img1
(view1.page()->viewportSize(), QImage::Format_ARGB32);
400
QPainter painter1(&
img1
);
454
QVERIFY(
img1
!= img2);
/external/chromium/chrome/common/extensions/
extension_unittest.cc
536
std::string
img1
("image1.png");
543
icons->Set(0, Value::CreateStringValue(
img1
));
555
ASSERT_EQ(
img1
, (*action->icon_paths())[0]);
[
all
...]
/external/opencv/cv/src/
cvhaar.cpp
956
CvMat
img1
, sum1, sqsum1, norm1, tilted1, mask1;
local
[
all
...]
Completed in 650 milliseconds