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

  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.h 513 int ceil_y=floor_y+1; local
517 unsigned char f10 = v[ceil_y][3*floor_x+offset];
518 unsigned char f11 = v[ceil_y][3*ceil_x+offset];
  /packages/apps/Gallery2/jni_mosaic/feature_stab/src/dbreg/
dbreg.h 513 int ceil_y=floor_y+1; local
517 unsigned char f10 = v[ceil_y][3*floor_x+offset];
518 unsigned char f11 = v[ceil_y][3*ceil_x+offset];
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.h 513 int ceil_y=floor_y+1; local
517 unsigned char f10 = v[ceil_y][3*floor_x+offset];
518 unsigned char f11 = v[ceil_y][3*ceil_x+offset];
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities.h 465 int ceil_y=floor_y+1; local
469 unsigned char f10 = v[ceil_y][floor_x];
470 unsigned char f11 = v[ceil_y][ceil_x];
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_utilities.h 465 int ceil_y=floor_y+1; local
469 unsigned char f10 = v[ceil_y][floor_x];
470 unsigned char f11 = v[ceil_y][ceil_x];
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities.h 465 int ceil_y=floor_y+1; local
469 unsigned char f10 = v[ceil_y][floor_x];
470 unsigned char f11 = v[ceil_y][ceil_x];

Completed in 169 milliseconds