Searched refs:Ixx (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp664 int *Ixx[5],*Ixy[5],*Iyy[5]; local
673 Ixx[i]=gyy+(3*i+1)*128;
679 for(i=top-2;i<top+2;i++) db_IxIyRow_u(Ixx[i%5],img,i,left-2,nc);
685 db_IxIyRow_u(Ixx[(i+2)%5],img,(i+2),left-2,nc);
688 db_gxx_gxy_gyy_row_s(gxx,Ixx[(i-2)%5],Ixx[(i-1)%5],Ixx[i%5],Ixx[(i+1)%5],Ixx[(i+2)%5],nc);
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp664 int *Ixx[5],*Ixy[5],*Iyy[5]; local
673 Ixx[i]=gyy+(3*i+1)*128;
679 for(i=top-2;i<top+2;i++) db_IxIyRow_u(Ixx[i%5],img,i,left-2,nc);
685 db_IxIyRow_u(Ixx[(i+2)%5],img,(i+2),left-2,nc);
688 db_gxx_gxy_gyy_row_s(gxx,Ixx[(i-2)%5],Ixx[(i-1)%5],Ixx[i%5],Ixx[(i+1)%5],Ixx[(i+2)%5],nc);

Completed in 20 milliseconds