HomeSort by relevance Sort by last modified time
    Searched refs:xp2 (Results 1 - 8 of 8) sorted by null

  /development/perftests/panorama/feature_stab/db_vlvm/
db_image_homography.h 42 \param xp2 image 2 point 2
48 double xp1[3],double xp2[3],double xp3[3],double xp4[3]);
58 \param xp2 image 2 point 2
63 double xp1[3],double xp2[3],double xp3[3]);
72 \param xp2 image 2 point 2
78 double xp1[3],double xp2[3])
87 xp[1]=xp2;
96 is required, although it could be desirable to keep x1,x2,xp1 and xp2 of reasonable magnitude.
101 double xp1[3],double xp2[3],double xp3[3],double *f=0,int signed_disambiguation=1);
db_image_homography.cpp 81 double xp1[3],double xp2[3],double xp3[3],double xp4[3])
87 db_SProjImagePointPointConstraints(c+18,c+27,xp2,x2);
96 double xp1[3],double xp2[3],double xp3[3])
102 db_SAffineImagePointPointConstraints(c+14,c+21,xp2,x2);
114 inline void db_CommonFocalLengthFromRotation_2Point(double fsol[3],int *nr_sols,double x1[3],double x2[3],double xp1[3],double xp2[3],int signed_disambiguation=1)
138 m=db_SafeReciprocal(xp2[2]);
139 bpx=xp2[0]*m;
140 bpy=xp2[1]*m;
177 int db_StitchRotationCommonFocalLength_3Points(double H[9],double x1[3],double x2[3],double x3[3],double xp1[3],double xp2[3],double xp3[3],double *f,int signed_disambiguation)
186 db_CommonFocalLengthFromRotation_2Point(fsol,&nr_sols,x1,x2,xp1,xp2,signed_disambiguation)
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_image_homography.h 42 \param xp2 image 2 point 2
48 double xp1[3],double xp2[3],double xp3[3],double xp4[3]);
58 \param xp2 image 2 point 2
63 double xp1[3],double xp2[3],double xp3[3]);
72 \param xp2 image 2 point 2
78 double xp1[3],double xp2[3])
87 xp[1]=xp2;
96 is required, although it could be desirable to keep x1,x2,xp1 and xp2 of reasonable magnitude.
101 double xp1[3],double xp2[3],double xp3[3],double *f=0,int signed_disambiguation=1);
db_image_homography.cpp 81 double xp1[3],double xp2[3],double xp3[3],double xp4[3])
87 db_SProjImagePointPointConstraints(c+18,c+27,xp2,x2);
96 double xp1[3],double xp2[3],double xp3[3])
102 db_SAffineImagePointPointConstraints(c+14,c+21,xp2,x2);
114 inline void db_CommonFocalLengthFromRotation_2Point(double fsol[3],int *nr_sols,double x1[3],double x2[3],double xp1[3],double xp2[3],int signed_disambiguation=1)
138 m=db_SafeReciprocal(xp2[2]);
139 bpx=xp2[0]*m;
140 bpy=xp2[1]*m;
177 int db_StitchRotationCommonFocalLength_3Points(double H[9],double x1[3],double x2[3],double x3[3],double xp1[3],double xp2[3],double xp3[3],double *f,int signed_disambiguation)
186 db_CommonFocalLengthFromRotation_2Point(fsol,&nr_sols,x1,x2,xp1,xp2,signed_disambiguation)
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_image_homography.h 42 \param xp2 image 2 point 2
48 double xp1[3],double xp2[3],double xp3[3],double xp4[3]);
58 \param xp2 image 2 point 2
63 double xp1[3],double xp2[3],double xp3[3]);
72 \param xp2 image 2 point 2
78 double xp1[3],double xp2[3])
87 xp[1]=xp2;
96 is required, although it could be desirable to keep x1,x2,xp1 and xp2 of reasonable magnitude.
101 double xp1[3],double xp2[3],double xp3[3],double *f=0,int signed_disambiguation=1);
db_image_homography.cpp 81 double xp1[3],double xp2[3],double xp3[3],double xp4[3])
87 db_SProjImagePointPointConstraints(c+18,c+27,xp2,x2);
96 double xp1[3],double xp2[3],double xp3[3])
102 db_SAffineImagePointPointConstraints(c+14,c+21,xp2,x2);
114 inline void db_CommonFocalLengthFromRotation_2Point(double fsol[3],int *nr_sols,double x1[3],double x2[3],double xp1[3],double xp2[3],int signed_disambiguation=1)
138 m=db_SafeReciprocal(xp2[2]);
139 bpx=xp2[0]*m;
140 bpy=xp2[1]*m;
177 int db_StitchRotationCommonFocalLength_3Points(double H[9],double x1[3],double x2[3],double x3[3],double xp1[3],double xp2[3],double xp3[3],double *f,int signed_disambiguation)
186 db_CommonFocalLengthFromRotation_2Point(fsol,&nr_sols,x1,x2,xp1,xp2,signed_disambiguation)
    [all...]
  /external/libopus/celt/
mdct.c 132 const kiss_fft_scalar * OPUS_RESTRICT xp2 = in+N2-1+(overlap>>1); local
139 *yp++ = MULT16_32_Q15(*wp2, xp1[N2]) + MULT16_32_Q15(*wp1,*xp2);
140 *yp++ = MULT16_32_Q15(*wp1, *xp1) - MULT16_32_Q15(*wp2, xp2[-N2]);
142 xp2-=2;
151 *yp++ = *xp2;
154 xp2-=2;
159 *yp++ = -MULT16_32_Q15(*wp1, xp1[-N2]) + MULT16_32_Q15(*wp2, *xp2);
160 *yp++ = MULT16_32_Q15(*wp2, *xp1) + MULT16_32_Q15(*wp1, xp2[N2]);
162 xp2-=2;
235 const kiss_fft_scalar * OPUS_RESTRICT xp2 = in+stride*(N2-1) local
    [all...]
  /external/llvm/test/MC/AsmParser/
floating-literals.s 74 .float 0xp2

Completed in 86 milliseconds