Home
last modified time | relevance | path

Searched refs:real (Results 1 – 25 of 29) sorted by relevance

12

/packages/apps/Camera/jni/feature_mos/src/mosaic/
DPyramid.h24 typedef unsigned short int real; typedef
35 real width, height; // Width and height of input images
36 real numChannels; // Number of channels in input images
37 real border; // border size
38 real pitch; // Pitch. Used for moving through image efficiently.
40 static PyramidShort *allocatePyramidPacked(real width, real height, real levels, real border = 0);
41 static PyramidShort *allocateImage(real width, real height, real border);
45 static unsigned int calcStorage(real width, real height, real border2, int levels, int *lines);
DPyramid.cpp27 PyramidShort *PyramidShort::allocatePyramidPacked(real levels, in allocatePyramidPacked()
28 real width, real height, real border) in allocatePyramidPacked()
30 real border2 = (real) (border << 1); in allocatePyramidPacked()
45 curr->pitch = (real) (width + border2); in allocatePyramidPacked()
62 PyramidShort *PyramidShort::allocateImage(real width, real height, real border) in allocateImage()
64 real border2 = (real) (border << 1); in allocateImage()
75 img->pitch = (real) (width + border2); in allocateImage()
96 unsigned int PyramidShort::calcStorage(real width, real height, real border2, int levels, int *li… in calcStorage()
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DPyramid.h24 typedef unsigned short int real; typedef
35 real width, height; // Width and height of input images
36 real numChannels; // Number of channels in input images
37 real border; // border size
38 real pitch; // Pitch. Used for moving through image efficiently.
40 static PyramidShort *allocatePyramidPacked(real width, real height, real levels, real border = 0);
41 static PyramidShort *allocateImage(real width, real height, real border);
45 static unsigned int calcStorage(real width, real height, real border2, int levels, int *lines);
DPyramid.cpp27 PyramidShort *PyramidShort::allocatePyramidPacked(real levels, in allocatePyramidPacked()
28 real width, real height, real border) in allocatePyramidPacked()
30 real border2 = (real) (border << 1); in allocatePyramidPacked()
45 curr->pitch = (real) (width + border2); in allocatePyramidPacked()
62 PyramidShort *PyramidShort::allocateImage(real width, real height, real border) in allocateImage()
64 real border2 = (real) (border << 1); in allocateImage()
75 img->pitch = (real) (width + border2); in allocateImage()
96 unsigned int PyramidShort::calcStorage(real width, real height, real border2, int levels, int *li… in calcStorage()
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile1170 # documented in the real man page(s). These additional files
1171 # only source the real man page, but without them the man command
/packages/apps/Camera/jni/feature_stab/doc/
Ddbreg_API_doxyfile1170 # documented in the real man page(s). These additional files
1171 # only source the real man page, but without them the man command
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile1170 # documented in the real man page(s). These additional files
1171 # only source the real man page, but without them the man command
/packages/apps/Camera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile1170 # documented in the real man page(s). These additional files
1171 # only source the real man page, but without them the man command
/packages/inputmethods/LatinIME/dictionaries/
Den_emoji.combined.gz
Dpt_BR_wordlist.combined.gz
Dpt_PT_wordlist.combined.gz
Dro_wordlist.combined.gz
Dnb_wordlist.combined.gz1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ...
Dsl_wordlist.combined.gz
Dlt_wordlist.combined.gz
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz
Den_wordlist.combined.gz
Dnl_wordlist.combined.gz
Dit_wordlist.combined.gz1dictionary=main:it,locale=it,description=Italiano,date=1393228135, ...
Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...
Dcs_wordlist.combined.gz
Dpl_wordlist.combined.gz1dictionary=main:pl,locale=pl,description=Polski,date=1393228143, ...
Dtr_wordlist.combined.gz1dictionary=main:tr,locale=tr,description=Türkçe,date=1393228155, ...
Dlv_wordlist.combined.gz

12