Searched refs:chroma_pixels (Results 1 – 1 of 1) sorted by relevance
113 *chroma_pixels; in ReadYUVImage() local233 *chroma_pixels; in ReadYUVImage() local243 chroma_pixels=QueueAuthenticPixels(chroma_image,0,y, in ReadYUVImage()245 if (chroma_pixels == (Quantum *) NULL) in ReadYUVImage()249 SetPixelRed(image,0,chroma_pixels); in ReadYUVImage()251 SetPixelGreen(image,ScaleCharToQuantum(*p++),chroma_pixels); in ReadYUVImage()255 chroma_pixels); in ReadYUVImage()271 SetPixelBlue(image,ScaleCharToQuantum(*p++),chroma_pixels); in ReadYUVImage()275 chroma_pixels); in ReadYUVImage()285 chroma_pixels++; in ReadYUVImage()[all …]