Home | History | Annotate | Download | only in enc

Lines Matching full:lossless_features

1064     stats->lossless_features = 0;
1065 if (enc->use_predict_) stats->lossless_features |= 1;
1066 if (enc->use_cross_color_) stats->lossless_features |= 2;
1067 if (enc->use_subtract_green_) stats->lossless_features |= 4;
1068 if (enc->use_palette_) stats->lossless_features |= 8;