Searched defs:VP8Encoder (Results 1 – 2 of 2) sorted by relevance
137 typedef struct VP8Encoder VP8Encoder; typedef347 struct VP8Encoder { struct348 const WebPConfig* config_; // user configuration and parameters349 WebPPicture* pic_; // input / output picture352 VP8EncFilterHeader filter_hdr_; // filtering information353 VP8EncSegmentHeader segment_hdr_; // segment information355 int profile_; // VP8's profile, deduced from Config.358 int mb_w_, mb_h_;359 int preds_w_; // stride of the *preds_ prediction plane (=4*mb_w + 1)362 int num_parts_;[all …]
137 typedef struct VP8Encoder VP8Encoder; typedef346 struct VP8Encoder { struct347 const WebPConfig* config_; // user configuration and parameters348 WebPPicture* pic_; // input / output picture351 VP8EncFilterHeader filter_hdr_; // filtering information352 VP8EncSegmentHeader segment_hdr_; // segment information354 int profile_; // VP8's profile, deduced from Config.357 int mb_w_, mb_h_;358 int preds_w_; // stride of the *preds_ prediction plane (=4*mb_w + 1)361 int num_parts_;[all …]