Home | History | Annotate | Download | only in enc

Lines Matching defs:pic

163   const WebPPicture* const pic = enc->pic_;
164 const int width = pic->width;
165 const int height = pic->height;
175 assert(enc != NULL && pic != NULL && pic->a != NULL);
178 assert(pic->a_stride >= width);
195 CopyPlane(pic->a, pic->a_stride, quant_alpha, width, width, height);
214 effort_level, NULL, &bw, pic->stats);
240 if (pic->stats != NULL) best_stats = *pic->stats;
251 pic->stats);
260 if (pic->stats != NULL) best_stats = *pic->stats;
267 if (pic->stats != NULL) *pic->stats = best_stats;
273 if (pic->stats != NULL) { // need stats?
274 pic->stats->coded_size += (int)(*output_size);