Searched refs:upfactor (Results 1 – 1 of 1) sorted by relevance
382 bool supportedResampling(int16_t from, int16_t to, int16_t upfactor, int16_t downfactor) const in supportedResampling() argument384 if (UNLIKELY(from < 0 || to == 0 || upfactor == 0)) { in supportedResampling()386 upfactor); in supportedResampling()399 if (factor < ((1 << RESAMPLING_FRACTION_BITS) / static_cast<int64_t>(upfactor))) in supportedResampling()405 bool supportedResizing(int16_t from, int16_t to, int16_t upfactor, int16_t downfactor) const in supportedResizing() argument407 if ((from < to) && (upfactor == 0)) in supportedResizing()413 return supportedResampling(from, to, upfactor, downfactor); in supportedResizing()