Lines Matching refs:Pin_real32
1324 r = Pin_real32 (0.0f, r, 1.0f); in RefBaselineABCtoRGB()
1325 g = Pin_real32 (0.0f, g, 1.0f); in RefBaselineABCtoRGB()
1326 b = Pin_real32 (0.0f, b, 1.0f); in RefBaselineABCtoRGB()
1387 r = Pin_real32 (0.0f, r, 1.0f); in RefBaselineABCDtoRGB()
1388 g = Pin_real32 (0.0f, g, 1.0f); in RefBaselineABCDtoRGB()
1389 b = Pin_real32 (0.0f, b, 1.0f); in RefBaselineABCDtoRGB()
1528 vEncoded = encodeTable->Interpolate (Pin_real32 (v)); in RefBaselineHueSatMap()
1614 vEncoded = Pin_real32 (vEncoded * valScale); in RefBaselineHueSatMap()
1651 g = Pin_real32 (0.0f, g, 1.0f); in RefBaselineRGBtoGray()
1694 r = Pin_real32 (0.0f, r, 1.0f); in RefBaselineRGBtoRGB()
1695 g = Pin_real32 (0.0f, g, 1.0f); in RefBaselineRGBtoRGB()
1696 b = Pin_real32 (0.0f, b, 1.0f); in RefBaselineRGBtoRGB()
1934 dPtr [col] = Pin_real32 (0.0f, in RefResampleDown32()
2013 dPtr [j] = Pin_real32 (0.0f, total, 1.0f); in RefResampleAcross32()