Searched refs:scaleDown (Results 1 – 2 of 2) sorted by relevance
1007 const bool scaleDown = (srcWidth > dst_img.w || srcHeight > dst_img.h); in checkBtsCap() local1009 if (!scaleDown) return true; in checkBtsCap()
1184 const bool scaleDown = (srcWidth > dst_img.w && srcHeight > dst_img.h); in getCandidateScalingM2mMPPOutImages() local1186 if (!scaleUp && !scaleDown) { in getCandidateScalingM2mMPPOutImages()1264 dst_scale_img.w = scaleDown ? dst_img.w : srcWidth; in getCandidateScalingM2mMPPOutImages()1265 dst_scale_img.h = scaleDown ? dst_img.h : srcHeight; in getCandidateScalingM2mMPPOutImages()