Searched refs:currVal (Results 1 – 5 of 5) sorted by relevance
296 static void mapLowResEnergyVal(SCHAR currVal, SCHAR *prevData, INT offset, in mapLowResEnergyVal() argument301 prevData[index] = currVal; in mapLowResEnergyVal()303 prevData[2 * index - offset] = currVal; in mapLowResEnergyVal()304 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()313 prevData[2 * index + offset] = currVal; in mapLowResEnergyVal()314 prevData[2 * index + 1 + offset] = currVal; in mapLowResEnergyVal()318 prevData[index] = currVal; in mapLowResEnergyVal()
375 FIXP_DBL currVal, /*!< The current value. */ in findRegion() argument381 if (currVal < borders[0]) { in findRegion()386 if (currVal >= borders[i - 1] && currVal < borders[i]) { in findRegion()391 if (currVal >= borders[numBorders - 1]) { in findRegion()
188 FIXP_SGL currVal, /*!< current energy value */ in mapLowResEnergyVal() argument197 prevData[index] = currVal; in mapLowResEnergyVal()199 prevData[2 * index - offset] = currVal; in mapLowResEnergyVal()200 prevData[2 * index + 1 - offset] = currVal; in mapLowResEnergyVal()205 prevData[3 * index] = currVal; in mapLowResEnergyVal()206 prevData[3 * index + 1] = currVal; in mapLowResEnergyVal()207 prevData[3 * index + 2] = currVal; in mapLowResEnergyVal()209 prevData[2 * index + offset] = currVal; in mapLowResEnergyVal()210 prevData[2 * index + 1 + offset] = currVal; in mapLowResEnergyVal()214 prevData[index] = currVal; in mapLowResEnergyVal()
49 unsigned char currVal = *imagePtr; in found_edge() local50 unsigned char currCheck = (currVal >> 7); in found_edge()65 (!currCheck && !neighborCheck && currVal && neighborVal)) { in found_edge()
48 unsigned char currVal = *imagePtr; in found_edge() local49 unsigned char currCheck = (currVal >> 7); in found_edge()64 (!currCheck && !neighborCheck && currVal && neighborVal)) { in found_edge()