OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pitch2
(Results
1 - 4
of
4
) sorted by null
/development/perftests/panorama/feature_mos/src/mosaic/
Pyramid.cpp
241
int
pitch2
= pitch << 1;
local
242
np = p +
pitch2
;
243
for (; s < ls; s = ns, ns += out->pitch, p = np, np +=
pitch2
) {
245
*s = (short)((((int) p[-
pitch2
]) + ((int) p[
pitch2
]) + 8 + // 1
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Pyramid.cpp
235
int
pitch2
= pitch << 1;
local
236
np = p +
pitch2
;
237
for (; s < ls; s = ns, ns += out->pitch, p = np, np +=
pitch2
) {
239
*s = (short)((((int) p[-
pitch2
]) + ((int) p[
pitch2
]) + 8 + // 1
/hardware/intel/img/psb_video/src/
psb_overlay.c
1033
int pitch = 0,
pitch2
= 0;
local
[
all
...]
/external/webrtc/talk/media/base/
videoframe_unittest.h
443
uint32_t
pitch2
,
460
r2 +=
pitch2
;
[
all
...]
Completed in 1023 milliseconds