Searched defs:next_x (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp706 int x,next_x,last,right; local
709 for(x=3;x<=last;x=next_x)
711 next_x=x+chunk_width;
712 right=next_x-1;
729 int x,next_x,last; local
733 for(x=3;x<=last;x=next_x)
735 next_x=x+124;
1413 int x,next_x; local
1415 for(x=left;x<=right;x=next_x)
1417 next_x
1504 int x,next_x,last_x; local
[all...]
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp706 int x,next_x,last,right; local
709 for(x=3;x<=last;x=next_x)
711 next_x=x+chunk_width;
712 right=next_x-1;
729 int x,next_x,last; local
733 for(x=3;x<=last;x=next_x)
735 next_x=x+124;
1413 int x,next_x; local
1415 for(x=left;x<=right;x=next_x)
1417 next_x
1504 int x,next_x,last_x; local
[all...]

Completed in 50 milliseconds