Searched refs:VP8Common (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/vp8/common/ |
D | loopfilter.h | 66 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,
|
D | postproc.h | 29 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);
|
D | systemdependent.h | 20 struct VP8Common; 21 void vp8_machine_specific_config(struct VP8Common *);
|
D | entropy.h | 95 struct VP8Common; 96 void vp8_default_coef_probs(struct VP8Common *);
|
D | onyxd.h | 25 struct VP8Common; 48 int vp8dx_references_buffer(struct VP8Common *oci, int ref_frame);
|
D | onyxc_int.h | 62 typedef struct VP8Common { struct
|