Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dyuv.c113 *chroma_pixels; in ReadYUVImage() local
233 *chroma_pixels; in ReadYUVImage() local
243 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 …]