Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/openexr/Half/
DhalfFunction.h112 T negInfValue = 0,
145 T negInfValue, in halfFunction() argument
161 _lut[i] = x.isNegative()? negInfValue: posInfValue; in halfFunction()