Searched refs:scaledh (Results 1 – 1 of 1) sorted by relevance
124 uint32_t scaledh = static_cast<uint32_t>(TJSCALED(static_cast<int>(jpgheight), sf[i])); in GetScaledFactor() local125 if ((scaledw <= width && scaledh <= height) || i == NUMSF - 1) { in GetScaledFactor()