OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:strip_size
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterChanSat.java
35
private static final int
STRIP_SIZE
= 64;
139
for (ty = 0; ty < height; ty +=
STRIP_SIZE
) {
140
int endy = ty +
STRIP_SIZE
;
ImageFilterGrad.java
45
private static final int
STRIP_SIZE
= 64;
168
for (ty = 0; ty < height; ty +=
STRIP_SIZE
) {
169
int endy = ty +
STRIP_SIZE
;
/external/opencv/cv/src/
mycvHaarDetectObjects.cpp
975
// int strip_count,
strip_size
;
[
all
...]
cvhaar.cpp
947
int strip_count,
strip_size
;
local
[
all
...]
Completed in 3202 milliseconds