Home
last modified time | relevance | path

Searched refs:currVal (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/images/
Dbmpdecoderhelper.cpp280 uint8 currVal = 0; in DoStandardDecode() local
303 currVal = GetByte(); in DoStandardDecode()
304 col = currVal >> 4; in DoStandardDecode()
306 col = currVal & 0xf; in DoStandardDecode()
310 currVal = GetByte(); in DoStandardDecode()
313 col = ((currVal >> (7 - bit)) & 1); in DoStandardDecode()
/external/opencv/cvaux/src/
Dcvlevmartrif.cpp116 int currVal = 36; in icvJacobianFunction_ProjTrifocal() local
121 X[0] = cvmGet(vectX,currVal++,0); in icvJacobianFunction_ProjTrifocal()
122 X[1] = cvmGet(vectX,currVal++,0); in icvJacobianFunction_ProjTrifocal()
123 X[2] = cvmGet(vectX,currVal++,0); in icvJacobianFunction_ProjTrifocal()
124 X[3] = cvmGet(vectX,currVal++,0); in icvJacobianFunction_ProjTrifocal()