OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ypad
(Results
1 - 5
of
5
) sorted by null
/cts/apps/CameraITS/tests/scene1/
test_crop_region_raw.py
125
ypad
= (imgs2["raw_full"].shape[0] - imgs2["yuv_full"].shape[0]) / 2
128
imgs2["raw_full"]=imgs2["raw_full"][
ypad
:
ypad
+hyuv:,xpad:xpad+wyuv:,::]
129
imgs2["raw_crop"]=imgs2["raw_crop"][
ypad
:
ypad
+hyuv:,xpad:xpad+wyuv:,::]
130
print "Stripping padding before comparison:", xpad,
ypad
/cts/apps/CameraITS/pymodules/its/
image.py
625
ypad
= HRZ_BORDER_PAD_FRAC if orient=="v" else VERT_BORDER_PAD_FRAC
627
ychart = flat_col_min + (flat_col_max - flat_col_min) *
ypad
629
hchart = (flat_col_max - flat_col_min) * (1 - 2*
ypad
)
/prebuilts/tools/linux-x86/swt/
swt.jar
/prebuilts/tools/linux-x86_64/swt/
swt.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
Completed in 274 milliseconds