Searched defs:temp (Results 26 - 47 of 47) sorted by relevance

12

/packages/apps/Camera2/jni/feature_stab/src/dbreg/
H A Dvp_motionmodel.c99 double mat[3][3], indet, temp; local
128 temp = -1.;
130 if( ntemp == 0) temp = 1.;
132 outmat[j][i] = temp * Det3(mat)/indet;
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_utilities_camera.h106 double temp,div; local
108 temp=xs[2];
109 if(temp!=0)
111 div=1.0/temp;
H A Ddb_image_homography.cpp242 double *temp,*temp_p; local
260 temp= *X++;
262 r[0]=(*temp++)-c[0];
263 r[1]=(*temp++)-c[1];
H A Ddb_rob_image_homography.cpp114 double back,Jf_dx[18],f[2],temp,temp2; local
130 temp=Jf_dx[0]; temp2=Jf_dx[9];
131 JtJ[0]+=temp*Jf_dx[0]+temp2*Jf_dx[9];
132 JtJ[1]+=temp*Jf_dx[1]+temp2*Jf_dx[10];
133 JtJ[2]+=temp*Jf_dx[2]+temp2*Jf_dx[11];
134 JtJ[3]+=temp*Jf_dx[3]+temp2*Jf_dx[12];
135 JtJ[4]+=temp*Jf_dx[4]+temp2*Jf_dx[13];
136 JtJ[5]+=temp*Jf_dx[5]+temp2*Jf_dx[14];
137 JtJ[6]+=temp*Jf_dx[6]+temp2*Jf_dx[15];
138 JtJ[7]+=temp*Jf_d
[all...]
H A Ddb_feature_detection.cpp617 /*temp should point to at least
619 float *temp)
627 gxx=temp;
660 /*temp should point to at least
662 int *temp, int nc)
668 gxx=temp;
701 /*temp should point to at least
703 float *temp,
715 db_HarrisStrengthChunk_f(s,img,x,3,right,h-4,temp);
725 /*temp shoul
616 db_HarrisStrengthChunk_f(float **s,const float * const *img,int left,int top,int right,int bottom, float *temp) argument
659 db_HarrisStrengthChunk_u(float **s,const unsigned char * const *img,int left,int top,int bottom, int *temp, int nc) argument
700 db_HarrisStrength_f(float **s,const float * const *img,int w,int h, float *temp, int chunk_width) argument
724 db_HarrisStrength_u(float **s, const unsigned char * const *img,int w,int h, int *temp) argument
1332 db_MaxSuppressFilterChunk_5x5_Aligned16_f(float **sf,float **s,int left,int top,int bottom, float *temp) argument
1408 db_MaxSuppressFilter_5x5_Aligned16_f(float **sf,float **s,int left,int top,int right,int bottom, float *temp) argument
[all...]
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
H A Ddbreg.cpp191 double temp[9]; local
192 db_Approx3DCalMat(m_K,temp,m_im_width,m_im_height);
254 double temp[9]; local
255 db_Multiply3x3_3x3(temp,m_H_dref_to_ref,m_H_ref_to_ins);
256 db_Copy9(m_H_dref_to_ref,temp);
H A Dvp_motionmodel.c99 double mat[3][3], indet, temp; local
128 temp = -1.;
130 if( ntemp == 0) temp = 1.;
132 outmat[j][i] = temp * Det3(mat)/indet;
/packages/apps/Nfc/nci/jni/
H A DNfcTag.cpp209 timespec temp; local
212 temp.tv_sec = end.tv_sec-start.tv_sec-1;
213 temp.tv_nsec = 1000000000+end.tv_nsec-start.tv_nsec;
217 temp.tv_sec = end.tv_sec-start.tv_sec;
218 temp.tv_nsec = end.tv_nsec-start.tv_nsec;
221 return (temp.tv_sec * 1000) + (temp.tv_nsec / 1000000);
/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_image_homography.cpp242 double *temp,*temp_p; local
260 temp= *X++;
262 r[0]=(*temp++)-c[0];
263 r[1]=(*temp++)-c[1];
H A Ddb_rob_image_homography.cpp114 double back,Jf_dx[18],f[2],temp,temp2; local
130 temp=Jf_dx[0]; temp2=Jf_dx[9];
131 JtJ[0]+=temp*Jf_dx[0]+temp2*Jf_dx[9];
132 JtJ[1]+=temp*Jf_dx[1]+temp2*Jf_dx[10];
133 JtJ[2]+=temp*Jf_dx[2]+temp2*Jf_dx[11];
134 JtJ[3]+=temp*Jf_dx[3]+temp2*Jf_dx[12];
135 JtJ[4]+=temp*Jf_dx[4]+temp2*Jf_dx[13];
136 JtJ[5]+=temp*Jf_dx[5]+temp2*Jf_dx[14];
137 JtJ[6]+=temp*Jf_dx[6]+temp2*Jf_dx[15];
138 JtJ[7]+=temp*Jf_d
[all...]
H A Ddb_feature_detection.cpp617 /*temp should point to at least
619 float *temp)
627 gxx=temp;
660 /*temp should point to at least
662 int *temp, int nc)
668 gxx=temp;
701 /*temp should point to at least
703 float *temp,
715 db_HarrisStrengthChunk_f(s,img,x,3,right,h-4,temp);
725 /*temp shoul
616 db_HarrisStrengthChunk_f(float **s,const float * const *img,int left,int top,int right,int bottom, float *temp) argument
659 db_HarrisStrengthChunk_u(float **s,const unsigned char * const *img,int left,int top,int bottom, int *temp, int nc) argument
700 db_HarrisStrength_f(float **s,const float * const *img,int w,int h, float *temp, int chunk_width) argument
724 db_HarrisStrength_u(float **s, const unsigned char * const *img,int w,int h, int *temp) argument
1332 db_MaxSuppressFilterChunk_5x5_Aligned16_f(float **sf,float **s,int left,int top,int bottom, float *temp) argument
1408 db_MaxSuppressFilter_5x5_Aligned16_f(float **sf,float **s,int left,int top,int right,int bottom, float *temp) argument
[all...]
/packages/apps/Camera2/jni/feature_stab/db_vlvm/
H A Ddb_image_homography.cpp242 double *temp,*temp_p; local
260 temp= *X++;
262 r[0]=(*temp++)-c[0];
263 r[1]=(*temp++)-c[1];
H A Ddb_rob_image_homography.cpp114 double back,Jf_dx[18],f[2],temp,temp2; local
130 temp=Jf_dx[0]; temp2=Jf_dx[9];
131 JtJ[0]+=temp*Jf_dx[0]+temp2*Jf_dx[9];
132 JtJ[1]+=temp*Jf_dx[1]+temp2*Jf_dx[10];
133 JtJ[2]+=temp*Jf_dx[2]+temp2*Jf_dx[11];
134 JtJ[3]+=temp*Jf_dx[3]+temp2*Jf_dx[12];
135 JtJ[4]+=temp*Jf_dx[4]+temp2*Jf_dx[13];
136 JtJ[5]+=temp*Jf_dx[5]+temp2*Jf_dx[14];
137 JtJ[6]+=temp*Jf_dx[6]+temp2*Jf_dx[15];
138 JtJ[7]+=temp*Jf_d
[all...]
H A Ddb_feature_detection.cpp617 /*temp should point to at least
619 float *temp)
627 gxx=temp;
660 /*temp should point to at least
662 int *temp, int nc)
668 gxx=temp;
701 /*temp should point to at least
703 float *temp,
715 db_HarrisStrengthChunk_f(s,img,x,3,right,h-4,temp);
725 /*temp shoul
616 db_HarrisStrengthChunk_f(float **s,const float * const *img,int left,int top,int right,int bottom, float *temp) argument
659 db_HarrisStrengthChunk_u(float **s,const unsigned char * const *img,int left,int top,int bottom, int *temp, int nc) argument
700 db_HarrisStrength_f(float **s,const float * const *img,int w,int h, float *temp, int chunk_width) argument
724 db_HarrisStrength_u(float **s, const unsigned char * const *img,int w,int h, int *temp) argument
1332 db_MaxSuppressFilterChunk_5x5_Aligned16_f(float **sf,float **s,int left,int top,int bottom, float *temp) argument
1408 db_MaxSuppressFilter_5x5_Aligned16_f(float **sf,float **s,int left,int top,int right,int bottom, float *temp) argument
[all...]
/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DDelaunay.cpp132 EdgePointer temp, ans; local
133 temp = allocEdge();
134 ans = temp;
136 onext(temp) = ans;
137 orig(temp) = origin;
138 onext(++temp) = (EdgePointer) (ans + 3);
139 onext(++temp) = (EdgePointer) (ans + 2);
140 orig(temp) = destination;
141 onext(++temp) = (EdgePointer) (ans + 1);
148 EdgePointer alpha, beta, temp; local
333 SEdgeVector temp; local
366 rcssort(int lowelt, int highelt, int temp, int (CDelaunay::*comparison)(int,int), void (CDelaunay::*swap)(int,int), void (CDelaunay::*copy)(int,int)) argument
[all...]
H A DBlend.cpp92 double temp[3][3]; local
93 mult33d(temp, invtrs, mb->trs);
94 memcpy(mb->trs, temp, sizeof(temp));
/packages/apps/Camera2/jni/feature_mos/src/mosaic/
H A DDelaunay.cpp132 EdgePointer temp, ans; local
133 temp = allocEdge();
134 ans = temp;
136 onext(temp) = ans;
137 orig(temp) = origin;
138 onext(++temp) = (EdgePointer) (ans + 3);
139 onext(++temp) = (EdgePointer) (ans + 2);
140 orig(temp) = destination;
141 onext(++temp) = (EdgePointer) (ans + 1);
148 EdgePointer alpha, beta, temp; local
333 SEdgeVector temp; local
366 rcssort(int lowelt, int highelt, int temp, int (CDelaunay::*comparison)(int,int), void (CDelaunay::*swap)(int,int), void (CDelaunay::*copy)(int,int)) argument
[all...]
H A DBlend.cpp92 double temp[3][3]; local
93 mult33d(temp, invtrs, mb->trs);
94 memcpy(mb->trs, temp, sizeof(temp));
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DDelaunay.cpp132 EdgePointer temp, ans; local
133 temp = allocEdge();
134 ans = temp;
136 onext(temp) = ans;
137 orig(temp) = origin;
138 onext(++temp) = (EdgePointer) (ans + 3);
139 onext(++temp) = (EdgePointer) (ans + 2);
140 orig(temp) = destination;
141 onext(++temp) = (EdgePointer) (ans + 1);
148 EdgePointer alpha, beta, temp; local
333 SEdgeVector temp; local
366 rcssort(int lowelt, int highelt, int temp, int (CDelaunay::*comparison)(int,int), void (CDelaunay::*swap)(int,int), void (CDelaunay::*copy)(int,int)) argument
[all...]
H A DBlend.cpp92 double temp[3][3]; local
93 mult33d(temp, invtrs, mb->trs);
94 memcpy(mb->trs, temp, sizeof(temp));
/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java416 Rect temp = new Rect(); field in class:CellLayout
453 scaleRectAboutCenter(r, temp, getChildrenScale());
456 canvas.drawBitmap(b, null, temp, paint);
1987 int temp = direction[1];
1994 direction[1] = temp;
1995 temp = direction[0];
2003 direction[0] = temp;
2008 temp = direction[1];
2015 direction[1] = temp;
2016 temp
2195 copyCurrentStateToSolution(ItemConfiguration solution, boolean temp) argument
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java1962 int temp = direction[1];
1969 direction[1] = temp;
1970 temp = direction[0];
1978 direction[0] = temp;
1983 temp = direction[1];
1990 direction[1] = temp;
1991 temp = direction[0];
1998 direction[0] = temp;
2024 int temp = direction[1];
2026 direction[0] = temp;
2170 copyCurrentStateToSolution(ItemConfiguration solution, boolean temp) argument
[all...]

Completed in 1085 milliseconds

12