Home | History | Annotate | Download | only in coders

Lines Matching full:intensity

2964           image->intensity = Rec709LuminancePixelIntensityMethod;
4622 o copy intensity of secondary image into
10037 intensity;
10039 intensity=ScaleQuantumToChar(image->colormap[i].red);
10041 if ((intensity & 0x0f) != ((intensity & 0xf0) >> 4))
10043 else if ((intensity & 0x03) != ((intensity & 0x0c) >> 2))
10045 else if ((intensity & 0x01) != ((intensity & 0x02) >> 1))