Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dcode_env.cpp289 static void mapLowResEnergyVal(SCHAR currVal, SCHAR* prevData, INT offset, INT index, FREQ_RES res) in mapLowResEnergyVal() argument
297 prevData[index] = currVal; in mapLowResEnergyVal()
300 prevData[2*index - offset] = currVal; in mapLowResEnergyVal()
301 prevData[2*index+1 - offset] = currVal; in mapLowResEnergyVal()
309 prevData[3*index] = currVal; in mapLowResEnergyVal()
310 prevData[3*index+1] = currVal; in mapLowResEnergyVal()
311 prevData[3*index+2] = currVal; in mapLowResEnergyVal()
315 prevData[2*index + offset] = currVal; in mapLowResEnergyVal()
316 prevData[2*index + 1 + offset] = currVal; in mapLowResEnergyVal()
321 prevData[index] = currVal; in mapLowResEnergyVal()
Dinvf_est.cpp307 findRegion(FIXP_DBL currVal, /*!< The current value. */ in findRegion() argument
314 if(currVal < borders[0]){ in findRegion()
319 if( currVal >= borders[i-1] && currVal < borders[i]){ in findRegion()
324 if(currVal >= borders[numBorders-1]){ in findRegion()
/external/skia/src/images/
Dbmpdecoderhelper.cpp273 uint8 currVal = 0; in DoStandardDecode() local
296 currVal = GetByte(); in DoStandardDecode()
297 col = currVal >> 4; in DoStandardDecode()
299 col = currVal & 0xf; in DoStandardDecode()
303 currVal = GetByte(); in DoStandardDecode()
306 col = ((currVal >> (7 - bit)) & 1); in DoStandardDecode()
/external/aac/libSBRdec/src/
Denv_dec.cpp176 static void mapLowResEnergyVal(FIXP_SGL currVal, /*!< current energy value */ in mapLowResEnergyVal() argument
187 prevData[index] = currVal; in mapLowResEnergyVal()
190 prevData[2*index - offset] = currVal; in mapLowResEnergyVal()
191 prevData[2*index+1 - offset] = currVal; in mapLowResEnergyVal()
199 prevData[3*index] = currVal; in mapLowResEnergyVal()
200 prevData[3*index+1] = currVal; in mapLowResEnergyVal()
201 prevData[3*index+2] = currVal; in mapLowResEnergyVal()
205 prevData[2*index + offset] = currVal; in mapLowResEnergyVal()
206 prevData[2*index + 1 + offset] = currVal; in mapLowResEnergyVal()
211 prevData[index] = currVal; in mapLowResEnergyVal()
/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()
/external/skia/src/core/
DSkDistanceFieldGen.cpp42 unsigned char currVal = *imagePtr; in found_edge() local
43 unsigned char currCheck = (currVal >> 7); in found_edge()
58 (!currCheck && !neighborCheck && currVal && neighborVal)) { in found_edge()