Searched refs:VP9Common (Results 1 – 13 of 13) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_alloccommon.h | 19 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 …]
|
D | vp9_loopfilter.h | 84 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;
|
D | vp9_tile_common.h | 18 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);
|
D | vp9_entropymv.h | 22 struct VP9Common; 24 void vp9_init_mv_probs(struct VP9Common *cm); 26 void vp9_adapt_mv_probs(struct VP9Common *cm, int usehp);
|
D | vp9_postproc.h | 32 struct VP9Common; 34 int vp9_post_proc_frame(struct VP9Common *cm,
|
D | vp9_entropymode.h | 26 struct VP9Common; 87 void vp9_setup_past_independence(struct VP9Common *cm); 91 void vp9_adapt_mode_probs(struct VP9Common *cm);
|
D | vp9_entropy.h | 112 struct VP9Common; 113 void vp9_default_coef_probs(struct VP9Common *cm); 114 void vp9_adapt_coef_probs(struct VP9Common *cm);
|
D | vp9_onyxc_int.h | 66 typedef struct VP9Common { struct
|
D | vp9_postproc.c | 385 int vp9_post_proc_frame(struct VP9Common *cm, in vp9_post_proc_frame()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_dthread.h | 18 struct VP9Common; 22 struct VP9Common *cm; 44 void vp9_loop_filter_alloc(struct VP9Common *cm, VP9LfSync *lf_sync, 53 struct VP9Common *cm,
|
D | vp9_decodeframe.h | 19 struct VP9Common; 23 void vp9_init_dequantizer(struct VP9Common *cm);
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_quantize.h | 52 struct VP9Common; 62 void vp9_set_quantizer(struct VP9Common *cm, int q);
|
D | vp9_context_tree.h | 72 void vp9_setup_pc_tree(struct VP9Common *cm, struct VP9_COMP *cpi);
|