OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pitch2
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Camera/jni/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/Camera2/jni/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
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
riva_mmio.h
434
U032
pitch2
;
member in struct:_riva_hw_state
Completed in 4282 milliseconds