Searched refs:maxMDPDownScale (Results 1 – 1 of 1) sorted by relevance
628 uint32_t maxMDPDownScale = in setAttributes() local630 if((mXres * mYres * maxMDPDownScale) < (newExtW * newExtH)) { in setAttributes()631 float upScaleFactor = (float)maxMDPDownScale / 2.0f; in setAttributes()