Searched refs:newExtH (Results 1 – 1 of 1) sorted by relevance
622 uint32_t newExtH = r.bottom - r.top; in setAttributes() local630 if((mXres * mYres * maxMDPDownScale) < (newExtW * newExtH)) { in setAttributes()633 newExtH = (int)((float)mYres * upScaleFactor); in setAttributes()638 alignedExtH = overlay::utils::aligndown(newExtH, 4); in setAttributes()