Searched refs:kAspectRatioMatchThres (Results 1 – 2 of 2) sorted by relevance
394 constexpr float kAspectRatioMatchThres = 0.025f; // This threshold is good enough to in isAspectRatioClose() local396 return std::abs(ar1 - ar2) < kAspectRatioMatchThres; in isAspectRatioClose()
203 const float kAspectRatioMatchThres = 0.025f; // This threshold is good enough to distinguish in isAspectRatioClose() local206 return (std::abs(ar1 - ar2) < kAspectRatioMatchThres); in isAspectRatioClose()