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

/packages/apps/Camera/jni/feature_stab/src/dbreg/
H A Ddbreg.h521 double yl = y-floor_y; 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.h473 double yl = y-floor_y; local
475 return (unsigned char)(f00*(1-yl)*(1-xl) + f10*yl*(1-xl) + f01*(1-yl)*xl + f11*yl*xl);

Completed in 56 milliseconds