Searched defs:VP8Encoder (Results 1 – 1 of 1) sorted by relevance
190 typedef struct VP8Encoder VP8Encoder; typedef368 struct VP8Encoder { struct369 const WebPConfig* config_; // user configuration and parameters370 WebPPicture* pic_; // input / output picture373 VP8FilterHeader filter_hdr_; // filtering information374 VP8SegmentHeader segment_hdr_; // segment information376 int profile_; // VP8's profile, deduced from Config.379 int mb_w_, mb_h_;380 int preds_w_; // stride of the *preds_ prediction plane (=4*mb_w + 1)383 int num_parts_;[all …]