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

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp623 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 153 milliseconds