Searched defs:fyy (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp1458 float fyy = strength[y-1][x] - strength[y][x] - strength[y][x] + strength[y+1][x]; local
1461 float denom = (fxx * fyy - fxy * fxy) * (float) 2.0;
1475 float dx = (fyy * fx - fxy * fy) / denom;
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp1458 float fyy = strength[y-1][x] - strength[y][x] - strength[y][x] + strength[y+1][x]; local
1461 float denom = (fxx * fyy - fxy * fxy) * (float) 2.0;
1475 float dx = (fyy * fx - fxy * fy) / denom;

Completed in 174 milliseconds