Home
last modified time | relevance | path

Searched refs:VP8Common (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/vp8/common/
Dloopfilter.h66 struct VP8Common;
70 void vp8_loop_filter_init(struct VP8Common *cm);
72 void vp8_loop_filter_frame_init(struct VP8Common *cm, struct macroblockd *mbd,
75 void vp8_loop_filter_frame(struct VP8Common *cm, struct macroblockd *mbd,
78 void vp8_loop_filter_partial_frame(struct VP8Common *cm,
82 void vp8_loop_filter_frame_yonly(struct VP8Common *cm, struct macroblockd *mbd,
88 void vp8_loop_filter_row_normal(struct VP8Common *cm,
94 void vp8_loop_filter_row_simple(struct VP8Common *cm,
Dpostproc.h29 int vp8_post_proc_frame(struct VP8Common *oci, YV12_BUFFER_CONFIG *dest,
32 void vp8_de_noise(struct VP8Common *cm, YV12_BUFFER_CONFIG *source, int q,
35 void vp8_deblock(struct VP8Common *cm, YV12_BUFFER_CONFIG *source,
40 void vp8_multiframe_quality_enhance(struct VP8Common *cm);
Dsystemdependent.h20 struct VP8Common;
21 void vp8_machine_specific_config(struct VP8Common *);
Dentropy.h95 struct VP8Common;
96 void vp8_default_coef_probs(struct VP8Common *);
Donyxd.h25 struct VP8Common;
48 int vp8dx_references_buffer(struct VP8Common *oci, int ref_frame);
Donyxc_int.h62 typedef struct VP8Common { struct