Searched defs:f01 (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_utilities.h468 unsigned char f01 = v[floor_y][ceil_x]; local
475 return (unsigned char)(f00*(1-yl)*(1-xl) + f10*yl*(1-xl) + f01*(1-yl)*xl + f11*yl*xl);
/packages/apps/Camera2/jni/feature_stab/db_vlvm/
H A Ddb_utilities.h468 unsigned char f01 = v[floor_y][ceil_x]; local
475 return (unsigned char)(f00*(1-yl)*(1-xl) + f10*yl*(1-xl) + f01*(1-yl)*xl + f11*yl*xl);
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_utilities.h468 unsigned char f01 = v[floor_y][ceil_x]; local
475 return (unsigned char)(f00*(1-yl)*(1-xl) + f10*yl*(1-xl) + f01*(1-yl)*xl + f11*yl*xl);
/packages/apps/Camera/jni/feature_stab/src/dbreg/
H A Ddbreg.h516 unsigned char f01 = v[floor_y][3*ceil_x+offset]; local
523 return (unsigned char)(f00*(1-yl)*(1-xl) + f10*yl*(1-xl) + f01*(1-yl)*xl + f11*yl*xl);
/packages/apps/Camera2/jni/feature_stab/src/dbreg/
H A Ddbreg.h516 unsigned char f01 = v[floor_y][3*ceil_x+offset]; local
523 return (unsigned char)(f00*(1-yl)*(1-xl) + f10*yl*(1-xl) + f01*(1-yl)*xl + f11*yl*xl);
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
H A Ddbreg.h516 unsigned char f01 = v[floor_y][3*ceil_x+offset]; local
523 return (unsigned char)(f00*(1-yl)*(1-xl) + f10*yl*(1-xl) + f01*(1-yl)*xl + f11*yl*xl);

Completed in 66 milliseconds