Home
last modified time | relevance | path

Searched refs:motionRow (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/ppmtompeg/
H A Dblock.c390 const int32 * const motionRow = motionBlockP->l[y]; in LumBlockMAD() local
393 diff += ABS(currentRow[x] - motionRow[x]); in LumBlockMAD()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/widget/
H A DTwoWayView.java3007 final int motionRow = findMotionRowOrColumn(motionPos); in findClosestMotionRowOrColumn() local
3008 if (motionRow != INVALID_POSITION) { in findClosestMotionRowOrColumn()
3009 return motionRow; in findClosestMotionRowOrColumn()
/dports/editors/nedit/nedit-5.7/Microline/XmL/
H A DGrid.c7197 int motionRow; in CursorMotion() local
7203 if (XYToRowCol(g,me->x,me->y,&motionRow,&motionCol) != -1) in CursorMotion()
7205 if (motionRow != g->grid.lastCursorMotionRow || in CursorMotion()
7208 newMotionRow = motionRow; in CursorMotion()