HomeSort by relevance Sort by last modified time
    Searched refs:icv8x32fSqrTab (Results 1 - 2 of 2) 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[] =

Completed in 645 milliseconds