Home
last modified time | relevance | path

Searched refs:VP9Common (Results 1 – 13 of 13) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_alloccommon.h19 struct VP9Common;
21 void vp9_remove_common(struct VP9Common *cm);
23 int vp9_alloc_context_buffers(struct VP9Common *cm, int width, int height);
24 void vp9_init_context_buffers(struct VP9Common *cm);
25 void vp9_free_context_buffers(struct VP9Common *cm);
27 int vp9_alloc_ref_frame_buffers(struct VP9Common *cm, int width, int height);
28 void vp9_free_ref_frame_buffers(struct VP9Common *cm);
30 int vp9_alloc_state_buffers(struct VP9Common *cm, int width, int height);
31 void vp9_free_state_buffers(struct VP9Common *cm);
33 void vp9_set_mb_mi(struct VP9Common *cm, int width, int height);
[all …]
Dvp9_loopfilter.h84 struct VP9Common;
90 void vp9_setup_mask(struct VP9Common *const cm,
95 void vp9_filter_block_plane(struct VP9Common *const cm,
100 void vp9_loop_filter_init(struct VP9Common *cm);
105 void vp9_loop_filter_frame_init(struct VP9Common *cm, int default_filt_lvl);
108 struct VP9Common *cm,
115 struct VP9Common *cm,
121 struct VP9Common *cm;
Dvp9_tile_common.h18 struct VP9Common;
27 void vp9_tile_init(TileInfo *tile, const struct VP9Common *cm,
30 void vp9_tile_set_row(TileInfo *tile, const struct VP9Common *cm, int row);
31 void vp9_tile_set_col(TileInfo *tile, const struct VP9Common *cm, int col);
Dvp9_entropymv.h22 struct VP9Common;
24 void vp9_init_mv_probs(struct VP9Common *cm);
26 void vp9_adapt_mv_probs(struct VP9Common *cm, int usehp);
Dvp9_postproc.h32 struct VP9Common;
34 int vp9_post_proc_frame(struct VP9Common *cm,
Dvp9_entropymode.h26 struct VP9Common;
87 void vp9_setup_past_independence(struct VP9Common *cm);
91 void vp9_adapt_mode_probs(struct VP9Common *cm);
Dvp9_entropy.h112 struct VP9Common;
113 void vp9_default_coef_probs(struct VP9Common *cm);
114 void vp9_adapt_coef_probs(struct VP9Common *cm);
Dvp9_onyxc_int.h66 typedef struct VP9Common { struct
Dvp9_postproc.c385 int vp9_post_proc_frame(struct VP9Common *cm, in vp9_post_proc_frame()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_dthread.h18 struct VP9Common;
22 struct VP9Common *cm;
44 void vp9_loop_filter_alloc(struct VP9Common *cm, VP9LfSync *lf_sync,
53 struct VP9Common *cm,
Dvp9_decodeframe.h19 struct VP9Common;
23 void vp9_init_dequantizer(struct VP9Common *cm);
/external/libvpx/libvpx/vp9/encoder/
Dvp9_quantize.h52 struct VP9Common;
62 void vp9_set_quantizer(struct VP9Common *cm, int q);
Dvp9_context_tree.h72 void vp9_setup_pc_tree(struct VP9Common *cm, struct VP9_COMP *cpi);