Home
last modified time | relevance | path

Searched defs:VP8Encoder (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/enc/
Dvp8i_enc.h137 typedef struct VP8Encoder VP8Encoder; typedef
347 struct VP8Encoder { struct
348 const WebPConfig* config_; // user configuration and parameters
349 WebPPicture* pic_; // input / output picture
352 VP8EncFilterHeader filter_hdr_; // filtering information
353 VP8EncSegmentHeader segment_hdr_; // segment information
355 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 …]
/external/libvpx/libvpx/test/
Dcodec_factory.h98 VP8Encoder(vpx_codec_enc_cfg_t cfg, unsigned long deadline, in VP8Encoder() function