Searched refs:downfactor (Results 1 – 1 of 1) sorted by relevance
380 bool supportedResampling(int16_t from, int16_t to, int16_t upfactor, int16_t downfactor) const in supportedResampling() argument387 if (factor > (static_cast<int64_t>(downfactor) << RESAMPLING_FRACTION_BITS)) in supportedResampling()397 bool supportedResizing(int16_t from, int16_t to, int16_t upfactor, int16_t downfactor) const in supportedResizing() argument402 if ((from > to) && (downfactor == 0)) in supportedResizing()405 return supportedResampling(from, to, upfactor, downfactor); in supportedResizing()