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