HomeSort by relevance Sort by last modified time
    Searched refs:fxy (Results 1 - 2 of 2) sorted by null

  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 1459 float fxy = (strength[y-1][x-1] - strength[y-1][x+1] - strength[y+1][x-1] + strength[y+1][x+1])\/(float)4.0; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 1459 float fxy = (strength[y-1][x-1] - strength[y-1][x+1] - strength[y+1][x-1] + strength[y+1][x+1])\/(float)4.0; local
    [all...]

Completed in 23 milliseconds