Searched defs:temp (Results 1 - 24 of 24) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_utilities_geometry.h55 const double *temp; local
60 temp= *X++;
61 cx+=temp[0];
62 cy+=temp[1];
101 const double *temp; local
106 temp= *X++;
107 cx+=temp[0];
108 cy+=temp[1];
109 cz+=temp[2];
H A Ddb_utilities_random.h77 int temp,temp2,i,j; local
81 temp=db_RandomInt(r_seed,pool_size-1-i);
85 if(s[j]<=temp) temp++;
89 temp2=temp;
90 temp=s[j];
94 s[i]=temp;
H A Ddb_utilities_linalg.cpp33 double s,temp; local
39 temp=db_SafeReciprocal(d[0]);
40 A[6]=A[1]*temp;
41 A[12]=A[2]*temp;
42 A[18]=A[3]*temp;
43 A[24]=A[4]*temp;
44 A[30]=A[5]*temp;
48 temp=db_SafeReciprocal(d[1]);
49 A[13]=(A[8]-A[6]*A[12])*temp;
50 A[19]=(A[9]-A[6]*A[18])*temp;
84 double temp = 0.0; local
125 double s,temp; local
[all...]
H A Ddb_framestitching.cpp87 double *temp,*temp_p; local
104 temp= *X++;
106 r[0]=(*temp++)-c[0];
107 r[1]=(*temp++)-c[1];
108 r[2]=(*temp++)-c[2];
H A Ddb_utilities_indexing.cpp38 double temp; local
51 temp= *(s_point++);
52 if(temp<pivot) *(d_bottom++)=temp;
53 else if(temp>pivot) *(d_top--)=temp;
59 double db_LeanQuickSelect(const double *s,long nr_elements,long pos,double *temp) argument
71 tempA=temp;
72 tempB=temp+nr_elements;
H A Ddb_utilities_linalg.h152 double temp; local
153 temp= *A; *A++ = *B; *B++ =temp; temp= *A; *A++ = *B; *B++ =temp; temp= *A; *A++ = *B; *B++ =temp;
154 temp= *A; *A++ = *B; *B++ =temp; temp
164 double temp; local
214 double temp; local
224 double temp; local
[all...]
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/Test/connectivity/sl4n/rapidjson/test/unittest/
H A Ditoatest.cpp93 char temp[10]; local
94 char *p = temp;
102 } while (p != temp);
117 char temp[20]; local
118 char *p = temp;
126 } while (p != temp);
/packages/apps/Gallery2/jni/filters/
H A Dgeometry.c28 int temp = total - width; local
30 memcpy(destination + temp - i, source + i, bytes_to_copy);
42 int temp = 0; local
44 temp = width + i - cpy_bytes;
46 memcpy(destination + temp - j, source + i + j, cpy_bytes);
56 char* temp = (char *) malloc(arr_len); local
57 flipHorizontal(source, srcWidth, srcHeight, temp, dstWidth, dstHeight);
58 flipVertical(temp, dstWidth, dstHeight, destination, dstWidth, dstHeight);
59 free(temp);
H A Dkmeans.h191 T * temp; local
195 temp = c1;
197 c2 = temp;
/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.cpp219 timespec temp; local
222 temp.tv_sec = end.tv_sec-start.tv_sec-1;
223 temp.tv_nsec = 1000000000+end.tv_nsec-start.tv_nsec;
227 temp.tv_sec = end.tv_sec-start.tv_sec;
228 temp.tv_nsec = end.tv_nsec-start.tv_nsec;
231 return (temp.tv_sec * 1000) + (temp.tv_nsec / 1000000);
/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/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A Ddocument.h669 GenericValue temp; variable
670 temp.RawAssign(*this);
672 other.RawAssign(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.java1737 int temp = direction[1];
1744 direction[1] = temp;
1745 temp = direction[0];
1753 direction[0] = temp;
1758 temp = direction[1];
1765 direction[1] = temp;
1766 temp = direction[0];
1773 direction[0] = temp;
1799 int temp = direction[1];
1801 direction[0] = temp;
1940 copyCurrentStateToSolution(ItemConfiguration solution, boolean temp) argument
[all...]
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/TV/usbtuner/libs/
H A Dexoplayer_1.5.6.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...

Completed in 810 milliseconds