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

  /external/opencv/cv/src/
_cv.h 81 extern const float icv8x32fSqrTab[];
82 #define CV_8TO32F_SQR(x) icv8x32fSqrTab[(x)+128]
cvtables.cpp 109 const float icv8x32fSqrTab[] =
  /external/opencv3/modules/imgproc/
precomp.hpp 78 extern const float icv8x32fSqrTab[];
79 #define CV_8TO32F_SQR(x) icv8x32fSqrTab[(x)+128]
  /external/opencv3/modules/imgproc/src/
precomp.hpp 78 extern const float icv8x32fSqrTab[];
79 #define CV_8TO32F_SQR(x) icv8x32fSqrTab[(x)+128]
tables.cpp 109 const float icv8x32fSqrTab[] =

Completed in 480 milliseconds