Searched defs:pitch (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DPyramid.h38 real pitch; // Pitch. Used for moving through image efficiently. member in class:PyramidShort
H A DImageUtils.h146 unsigned short pitch; member in struct:__anon3
H A DPyramid.cpp25 // cleanup easier than fragmented stuff. In addition, we added a "pitch"
45 curr->pitch = (real) (width + border2);
49 for (int j = height + border2; j--; y++, position += curr->pitch) {
75 img->pitch = (real) (width + border2);
80 for (int j = height + border2; j--; y++, position += img->pitch) {
126 for (h = height; h--; base += pyr->pitch) {
137 for (h = top; h--; base -= pyr->pitch) {
138 memcpy(base - pyr->pitch, base, pyr->pitch * sizeof(short));
142 for (h = bot; h--; base += pyr->pitch) {
240 int pitch = scr->pitch; local
[all...]
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DPyramid.h38 real pitch; // Pitch. Used for moving through image efficiently. member in class:PyramidShort
H A DImageUtils.h146 unsigned short pitch; member in struct:__anon34
H A DPyramid.cpp25 // cleanup easier than fragmented stuff. In addition, we added a "pitch"
45 curr->pitch = (real) (width + border2);
49 for (int j = height + border2; j--; y++, position += curr->pitch) {
75 img->pitch = (real) (width + border2);
80 for (int j = height + border2; j--; y++, position += img->pitch) {
126 for (h = height; h--; base += pyr->pitch) {
137 for (h = top; h--; base -= pyr->pitch) {
138 memcpy(base - pyr->pitch, base, pyr->pitch * sizeof(short));
142 for (h = bot; h--; base += pyr->pitch) {
234 int pitch = scr->pitch; local
[all...]

Completed in 31 milliseconds