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

12

/packages/apps/Camera/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;
/packages/apps/Camera2/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;
/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...]
/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/Camera/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/Camera2/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);

Completed in 220 milliseconds

12