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

  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 623 int i,chunk_width,chunk_width_p4; local
626 chunk_width_p4=chunk_width+4;
628 gxy=gxx+chunk_width_p4;
629 gyy=gxy+chunk_width_p4;
632 Ix[i]=gyy+chunk_width_p4+(2*i*chunk_width_p4);
633 Iy[i]=Ix[i]+chunk_width_p4;
637 for(i=top-2;i<top+2;i++) db_IxIyRow_f(Ix[i%5],Iy[i%5],img,i,left-2,chunk_width_p4);
643 db_IxIyRow_f(Ix[(i+2)%5],Iy[(i+2)%5],img,(i+2),left-2,chunk_width_p4);
646 db_gxx_gxy_gyy_row_f(gxx,gxy,gyy,chunk_width_p4,
    [all...]
  /packages/apps/Camera2/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 623 int i,chunk_width,chunk_width_p4; local
626 chunk_width_p4=chunk_width+4;
628 gxy=gxx+chunk_width_p4;
629 gyy=gxy+chunk_width_p4;
632 Ix[i]=gyy+chunk_width_p4+(2*i*chunk_width_p4);
633 Iy[i]=Ix[i]+chunk_width_p4;
637 for(i=top-2;i<top+2;i++) db_IxIyRow_f(Ix[i%5],Iy[i%5],img,i,left-2,chunk_width_p4);
643 db_IxIyRow_f(Ix[(i+2)%5],Iy[(i+2)%5],img,(i+2),left-2,chunk_width_p4);
646 db_gxx_gxy_gyy_row_f(gxx,gxy,gyy,chunk_width_p4,
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 623 int i,chunk_width,chunk_width_p4; local
626 chunk_width_p4=chunk_width+4;
628 gxy=gxx+chunk_width_p4;
629 gyy=gxy+chunk_width_p4;
632 Ix[i]=gyy+chunk_width_p4+(2*i*chunk_width_p4);
633 Iy[i]=Ix[i]+chunk_width_p4;
637 for(i=top-2;i<top+2;i++) db_IxIyRow_f(Ix[i%5],Iy[i%5],img,i,left-2,chunk_width_p4);
643 db_IxIyRow_f(Ix[(i+2)%5],Iy[(i+2)%5],img,(i+2),left-2,chunk_width_p4);
646 db_gxx_gxy_gyy_row_f(gxx,gxy,gyy,chunk_width_p4,
    [all...]

Completed in 1077 milliseconds