OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kStrideSlack
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/skia/ext/
recursive_gaussian_convolution_unittest.cc
93
static const int
kStrideSlack
= 22;
99
kStrideSlack
);
110
kImgWidth, kChannelCount,
kStrideSlack
);
158
static const int
kStrideSlack
= 22;
164
kStrideSlack
);
173
kImgWidth, kChannelCount,
kStrideSlack
);
242
static const int
kStrideSlack
= 22;
249
kStrideSlack
, kBoxSize, kBoxSize, 200);
259
kImgWidth, kChannelCount,
kStrideSlack
);
331
static const int
kStrideSlack
= 42
[
all
...]
convolver_unittest.cc
336
static const int
kStrideSlack
= 22;
342
const int src_row_stride = kImgWidth * kChannelCount +
kStrideSlack
;
405
static const int
kStrideSlack
= 22;
412
int src_row_stride = kImgWidth * kChannelCount +
kStrideSlack
;
Completed in 55 milliseconds