OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:floor_x
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.h
509
int
floor_x
=(int) x;
local
512
int ceil_x=
floor_x
+1;
515
unsigned char f00 = v[floor_y][3*
floor_x
+offset];
517
unsigned char f10 = v[ceil_y][3*
floor_x
+offset];
520
double xl = x-
floor_x
;
/packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities.h
461
int
floor_x
=(int) x;
local
464
int ceil_x=
floor_x
+1;
467
unsigned char f00 = v[floor_y][
floor_x
];
469
unsigned char f10 = v[ceil_y][
floor_x
];
472
double xl = x-
floor_x
;
Completed in 17 milliseconds