Searched refs:RESIZE_THRESHOLD (Results 1 – 1 of 1) sorted by relevance
35 constexpr float RESIZE_THRESHOLD = 0.7f; variable339 …if (intrSize.first * RESIZE_THRESHOLD >= size_.width || intrSize.second * RESIZE_THRESHOLD >= size… in DecodeImpl()