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

  /external/aac/libFDK/include/
qmf.h 146 int lb_scale; /*!< Scale of low band area */ member in struct:__anon5440
  /external/opencv3/modules/features2d/src/
brisk.cpp 345 static const float lb_scale = (float)(std::log(scalerange_) / std::log(2.0)); local
346 static const float lb_scale_step = lb_scale / (scales_);
    [all...]

Completed in 559 milliseconds