Searched refs:verDscale (Results 1 – 7 of 7) sorted by relevance
278 float verDscale = ceilf((float)src_h / (float)dst_h); in getDecimationFactor() local283 verDscale = powf(2.0f, ceilf(log2f(verDscale))); in getDecimationFactor()288 verDscale /= (float)mdpHw.getMaxMDPDownscale(); in getDecimationFactor()293 if((int)verDscale) in getDecimationFactor()294 vertDeci = (uint8_t)log2f(verDscale); in getDecimationFactor()
287 float verDscale = ceilf((float)src_h / (float)dst_h); in getDecimationFactor() local291 verDscale = powf(2.0f, ceilf(log2f(verDscale))); in getDecimationFactor()296 verDscale /= 4.0f; in getDecimationFactor()301 if((int)verDscale) in getDecimationFactor()302 vertDeci = (uint8_t)log2f(verDscale); in getDecimationFactor()
289 float& verDscale) { in getDecimationFactor() argument291 verDscale = ceilf((float)src_h / (float)dst_h); in getDecimationFactor()295 verDscale = powf(2.0f, ceilf(log2f(verDscale))); in getDecimationFactor()300 verDscale /= 4.0f; in getDecimationFactor()
153 float verDscale = 0.0f; in doDownscale() local156 mOVInfo.dst_rect.w, mOVInfo.dst_rect.h, horDscale, verDscale); in doDownscale()164 if((int)verDscale) in doDownscale()165 mOVInfo.vert_deci = (int)log2f(verDscale); in doDownscale()
417 float& verDscale);
3812 float verDscale = ceilf((float)overlayp->src_rect.h / in overlay_set() local3817 verDscale = powf(2.0f, ceilf(log2f(verDscale))); in overlay_set()3822 verDscale /= 4.0f; in overlay_set()3829 if ((int)verDscale) in overlay_set()3830 overlayp->vert_deci = (int)log2f(verDscale); in overlay_set()
2175 float verDscale = 0.0f; in setBwc() local2179 verDscale); in setBwc()2183 if((int)verDscale) in setBwc()2184 vertDeci = (int)(log(verDscale) / log(2)); in setBwc()