Home
last modified time | relevance | path

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

/external/qemu/android/skin/
Dregion.c274 int pright = sspan[1]; in runs_coalesce_band() local
278 RASSERT(pright != XSENTINEL); in runs_coalesce_band()
279 RASSERT(pleft < pright); in runs_coalesce_band()
292 if (xleft == pright) { in runs_coalesce_band()
293 pright = xright; in runs_coalesce_band()
296 dspan[1] = (Run) pright; in runs_coalesce_band()
303 dspan[1] = (Run) pright; in runs_coalesce_band()
308 if (pright > minmax->x2) minmax->x2 = pright; in runs_coalesce_band()
/external/opencv/cv/src/
Dcvstereogc.cpp704 GCVtx** pright = pright0 + pstep*y; in icvAlphaExpand() local
707 GCVtx** plr[] = { pleft, pright }; in icvAlphaExpand()
734 var1 = pright[x1]; in icvAlphaExpand()
753 var1 = pright[x1]; in icvAlphaExpand()
823 GCVtx** pright = pright0 + pstep*y; in icvAlphaExpand() local
830 var = pright[x]; in icvAlphaExpand()
/external/qemu/distrib/ext4_utils/src/
Dext4.h77 ext4_fsblk_t pright; member