Searched defs:over_allocation (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_utilities.cpp50 float** db_AllocImage_f(int w,int h,int over_allocation) argument
54 im=new float [w*h+over_allocation];
60 unsigned char** db_AllocImage_u(int w,int h,int over_allocation) argument
64 im=new unsigned char [w*h+over_allocation];
89 void db_CopyImage_u(unsigned char **d,const unsigned char * const *s, int w, int h, int over_allocation) argument
98 memcpy(&d[h],&d[h],over_allocation);
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_utilities.cpp50 float** db_AllocImage_f(int w,int h,int over_allocation) argument
54 im=new float [w*h+over_allocation];
60 unsigned char** db_AllocImage_u(int w,int h,int over_allocation) argument
64 im=new unsigned char [w*h+over_allocation];
89 void db_CopyImage_u(unsigned char **d,const unsigned char * const *s, int w, int h, int over_allocation) argument
98 memcpy(&d[h],&d[h],over_allocation);

Completed in 29 milliseconds