Searched defs:VP8Encoder (Results 1 – 2 of 2) sorted by relevance
138 typedef struct VP8Encoder VP8Encoder; typedef345 struct VP8Encoder { struct346 const WebPConfig* config_; // user configuration and parameters347 WebPPicture* pic_; // input / output picture350 VP8EncFilterHeader filter_hdr_; // filtering information351 VP8EncSegmentHeader segment_hdr_; // segment information353 int profile_; // VP8's profile, deduced from Config.356 int mb_w_, mb_h_;357 int preds_w_; // stride of the *preds_ prediction plane (=4*mb_w + 1)360 int num_parts_;[all …]
96 VP8Encoder(vpx_codec_enc_cfg_t cfg, unsigned long deadline, in VP8Encoder() function