Lines Matching defs:rgb
478 s->rgb = 1;
480 s->rgb = 0;
522 if (s->rgb)
537 if (s->rgb)
751 if ((s->rgb && !s->lossless && !s->ls) ||
752 (!s->rgb && s->ls && s->nb_components > 1) ||
1740 s->lossless ? "lossless" : "sequential DCT", s->rgb ? "RGB" : "",
1774 if (s->rgb || s->bayer) {
1928 int rgb = s->rgb;
1939 rgb = 1;
1943 rgb = 1;
1954 if (rgb != s->rgb || pegasus_rct != s->pegasus_rct) {
1959 s->rgb = rgb;
2774 if (s->flipped && !s->rgb) {