Searched refs:SCALE_MAX_SIZE (Results 1 – 1 of 1) sorted by relevance
33 const int32_t SCALE_MAX_SIZE = 2560; variable514 …scale *= maxWidthHeight >= SCALE_MAX_SIZE ? static_cast<float>(SCALE_MAX_SIZE) / maxWidthHeight : … in GetLandmarksScale()