Lines Matching refs:bayer
412 if (s->bayer) {
510 if (s->bayer) {
516 case 0x11110000: /* for bayer-encoded huffman lossless JPEGs embedded in DNGs */
517 if (!s->bayer)
1087 if (!s->bayer && s->nb_components < 3)
1089 if (s->bayer && s->nb_components > 2)
1095 if (s->bayer) {
1106 if (s->bayer)
1162 if (!s->bayer || mb_x) {
1164 } else { /* This path runs only for the first line in bayer images */
1214 } else if (s->bayer) {
1774 if (s->rgb || s->bayer) {
1839 if (s->bayer) {
1841 av_log(s->avctx, AV_LOG_WARNING, "skipping APPx (len=%"PRId32") for bayer-encoded image\n", len);
1951 if (s->bayer)