HomeSort by relevance Sort by last modified time
    Searched defs:Xp (Results 1 - 5 of 5) sorted by null

  /development/perftests/panorama/feature_stab/db_vlvm/
db_rob_image_homography.cpp 702 double *X[3],*Xp[3];
866 Xp[0]= &xp_i[s[0]<<1];
867 Xp[1]= &xp_i[s[1]<<1];
868 Xp[2]= &xp_i[s[2]<<1];
869 db_StitchSimilarity2D(&hyp_H_array[9*hyp_count],Xp,X,sample_size,orientation_preserving,
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_rob_image_homography.cpp 702 double *X[3],*Xp[3];
866 Xp[0]= &xp_i[s[0]<<1];
867 Xp[1]= &xp_i[s[1]<<1];
868 Xp[2]= &xp_i[s[2]<<1];
869 db_StitchSimilarity2D(&hyp_H_array[9*hyp_count],Xp,X,sample_size,orientation_preserving,
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_rob_image_homography.cpp 702 double *X[3],*Xp[3];
866 Xp[0]= &xp_i[s[0]<<1];
867 Xp[1]= &xp_i[s[1]<<1];
868 Xp[2]= &xp_i[s[2]<<1];
869 db_StitchSimilarity2D(&hyp_H_array[9*hyp_count],Xp,X,sample_size,orientation_preserving,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_blorp_blit.cpp 798 * active elements of x_coords and y_coords, and Xp and Yp ("X prime" and "Y
805 #define Xp x_coords[!xy_coord_index]
809 /* Quickly swap the roles of (X, Y) and (Xp, Yp). Saves us from having to do
810 * MOVs to transfor (Xp, Yp) to (X, Y) after a coordinate transformation.
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp_blit.cpp 798 * active elements of x_coords and y_coords, and Xp and Yp ("X prime" and "Y
805 #define Xp x_coords[!xy_coord_index]
809 /* Quickly swap the roles of (X, Y) and (Xp, Yp). Saves us from having to do
810 * MOVs to transfor (Xp, Yp) to (X, Y) after a coordinate transformation.
    [all...]

Completed in 101 milliseconds