OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:img2
(Results
1 - 6
of
6
) 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
326
const srctype*
img2
, int imgstep2, \
331
const srctype*
img2
, int imgstep2, \
336
const srctype*
img2
, int imgstep2, \
355
const srctype*
img2
, int imgstep2, \
360
const srctype*
img2
, int imgstep2, \
365
const srctype*
img2
, int imgstep2, \
387
const srctype*
img2
, int imgstep2, \
393
const srctype*
img2
, int imgstep2, \
399
const srctype*
img2
, int imgstep2, \
[
all
...]
/external/libvpx/vp8/encoder/
ssim.c
355
unsigned char *
img2
,
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
449
QImage
img2
(webView2.page()->viewportSize(), QImage::Format_ARGB32);
450
QPainter painter2(&
img2
);
457
QVERIFY(img1 !=
img2
);
/external/webkit/Source/WebKit/qt/tests/qwebview/
tst_qwebview.cpp
446
QImage
img2
(view2.page()->viewportSize(), QImage::Format_ARGB32);
447
QPainter painter2(&
img2
);
454
QVERIFY(img1 !=
img2
);
/external/chromium/chrome/common/extensions/
extension_unittest.cc
537
std::string
img2
("image2.png");
544
icons->Set(1, Value::CreateStringValue(
img2
));
556
ASSERT_EQ(
img2
, (*action->icon_paths())[1]);
[
all
...]
Completed in 705 milliseconds