Home | History | Annotate | Download | only in dec

Lines Matching defs:GREEN

34 //  1. green + length prefix codes + color cache codes,
40 GREEN = 0,
320 // The huffman data is stored in red and green bytes.
698 code = ReadSymbol(&htree_group->htrees_[GREEN], br);
700 int red, green, blue, alpha;
702 green = code;
706 *src = (alpha << 24) + (red << 16) + (green << 8) + blue;
1064 // Extract alpha (which is stored in the green plane).