Home
last modified time | relevance | path

Searched defs:dx1 (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/common/cpu_operations/
DRoiAlign.cpp131 T_Roi dx1 = x - static_cast<T_Roi>(x1); in roiAlignNhwc() local
257 float dx1 = x - static_cast<float>(x1); in roiAlignQuantNhwc() local
/packages/apps/Gallery/src/com/android/camera/
DUtil.java224 int dx1 = Math.max(0, b1.getWidth() - targetWidth); in transform() local