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

/packages/apps/Camera/jni/feature_stab/src/dbreg/
H A Ddbreg.h517 unsigned char f10 = v[ceil_y][3*floor_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/Camera/jni/feature_stab/db_vlvm/
H A Ddb_utilities.h469 unsigned char f10 = v[ceil_y][floor_x]; local
475 return (unsigned char)(f00*(1-yl)*(1-xl) + f10*yl*(1-xl) + f01*(1-yl)*xl + f11*yl*xl);

Completed in 47 milliseconds