Home
last modified time | relevance | path

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

/aosp_15_r20/external/webp/src/enc/
H A Dvp8i_enc.h137 typedef struct VP8Encoder VP8Encoder; typedef
346 struct VP8Encoder { struct
347 const WebPConfig* config_; // user configuration and parameters
348 WebPPicture* pic_; // input / output picture
351 VP8EncFilterHeader filter_hdr_; // filtering information
352 VP8EncSegmentHeader segment_hdr_; // segment information
354 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 …]
/aosp_15_r20/external/libvpx/test/
H A Dcodec_factory.h98 VP8Encoder(vpx_codec_enc_cfg_t cfg, vpx_enc_deadline_t deadline, in VP8Encoder() function
H A Dencode_api_test.cc369 class VP8Encoder { class
371 explicit VP8Encoder(int speed) : speed_(speed) {} in VP8Encoder() function in __anon848be3940111::VP8Encoder