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

/packages/apps/Camera/jni/feature_stab/src/dbreg/
H A Ddbreg.h512 int ceil_x=floor_x+1; local
516 unsigned char f01 = v[floor_y][3*ceil_x+offset];
518 unsigned char f11 = v[ceil_y][3*ceil_x+offset];
/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_utilities.h464 int ceil_x=floor_x+1; local
468 unsigned char f01 = v[floor_y][ceil_x];
470 unsigned char f11 = v[ceil_y][ceil_x];

Completed in 77 milliseconds