Searched defs:VP8Common (Results 1 – 1 of 1) sorted by relevance
62 typedef struct VP8Common { struct63 struct vpx_internal_error_info error;69 int Width;70 int Height;71 int horiz_scale;72 int vert_scale;74 CLAMP_TYPE clamp_type;76 YV12_BUFFER_CONFIG *frame_to_show;78 YV12_BUFFER_CONFIG yv12_fb[NUM_YV12_BUFFERS];79 int fb_idx_ref_cnt[NUM_YV12_BUFFERS];[all …]