Home
last modified time | relevance | path

Searched defs:widthScale (Results 1 – 5 of 5) sorted by relevance

/packages/modules/NeuralNetworks/common/cpu_operations/
DRoiAlign.cpp56 const T_Roi widthScale = 1.0f / widthStride; in roiAlignNhwc() local
183 const float widthScale = 1.0f / widthStride; in roiAlignQuantNhwc() local
357 float heightScale, widthScale; in prepare() local
DResizeImageOps.cpp71 const float widthScale = calculateResizeScale(inWidth, outWidth, alignCorners); in resizeNearestNeighbor() local
DRoiPooling.cpp50 const T_Roi widthScale = 1.0f / widthStride; in roiPoolingNhwc() local
/packages/apps/Messaging/src/com/android/messaging/ui/
DVideoThumbnailView.java325 final float widthScale = Math.max(1, minimumWidth / (float) desiredWidth); in onMeasure() local
/packages/apps/Gallery/src/com/android/camera/
DImageViewTouchBase.java269 float widthScale = Math.min(viewWidth / w, 3.0f); in getProperBaseMatrix() local