Searched refs:half_quantum (Results 1 – 1 of 1) sorted by relevance
367 half_quantum; in WriteEXRImage() local541 ImfFloatToHalf(QuantumScale*GetPixelRed(image,p),&half_quantum); in WriteEXRImage()542 scanline[x].r=half_quantum; in WriteEXRImage()543 ImfFloatToHalf(QuantumScale*GetPixelGreen(image,p),&half_quantum); in WriteEXRImage()544 scanline[x].g=half_quantum; in WriteEXRImage()545 ImfFloatToHalf(QuantumScale*GetPixelBlue(image,p),&half_quantum); in WriteEXRImage()546 scanline[x].b=half_quantum; in WriteEXRImage()548 ImfFloatToHalf(1.0,&half_quantum); in WriteEXRImage()550 ImfFloatToHalf(QuantumScale*GetPixelAlpha(image,p),&half_quantum); in WriteEXRImage()551 scanline[x].a=half_quantum; in WriteEXRImage()