Home | History | Annotate | Download | only in enc

Lines Matching defs:pic

271   const WebPPicture* const pic = enc->pic_;
272 const int width = pic->width;
273 const int height = pic->height;
283 assert(enc != NULL && pic != NULL && pic->a != NULL);
286 assert(pic->a_stride >= width);
308 CopyPlane(pic->a, pic->a_stride, quant_alpha, width, width, height);
322 output_size, pic->stats);
323 if (pic->stats != NULL) { // need stats?
324 pic->stats->coded_size += (int)(*output_size);