Searched refs:m2mMppRatio (Results 1 – 1 of 1) sorted by relevance
1207 uint32_t m2mMppRatio = 1; in getCandidateScalingM2mMPPOutImages() local1223 m2mMppRatio = ratio; in getCandidateScalingM2mMPPOutImages()1232 m2mMppRatio = ratio; in getCandidateScalingM2mMPPOutImages()1236 const float otfSrcWidth = float(srcWidth / m2mMppRatio); in getCandidateScalingM2mMPPOutImages()1238 const float otfSrcHeight = float(srcHeight / m2mMppRatio); in getCandidateScalingM2mMPPOutImages()1270 m2mMpp ? m2mMpp->mLogicalType : -1, m2mMppRatio); in getCandidateScalingM2mMPPOutImages()1279 if (dst_scale_img.w * m2mMppRatio < srcWidth) { in getCandidateScalingM2mMPPOutImages()1280 dst_scale_img.w = uint32_t(ceilf(float(srcWidth) / float(m2mMppRatio))); in getCandidateScalingM2mMPPOutImages()1282 if (dst_scale_img.h * m2mMppRatio < srcHeight) { in getCandidateScalingM2mMPPOutImages()1283 dst_scale_img.h = uint32_t(ceilf(float(srcHeight) / float(m2mMppRatio))); in getCandidateScalingM2mMPPOutImages()