Home
last modified time | relevance | path

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

/external/libvpx/vp9/common/
Dvp9_alloccommon.h20 struct VP9Common;
23 void vp9_remove_common(struct VP9Common *cm);
25 int vp9_alloc_loop_filter(struct VP9Common *cm);
26 int vp9_alloc_context_buffers(struct VP9Common *cm, int width, int height);
27 void vp9_init_context_buffers(struct VP9Common *cm);
28 void vp9_free_context_buffers(struct VP9Common *cm);
31 void vp9_free_postproc_buffers(struct VP9Common *cm);
33 int vp9_alloc_state_buffers(struct VP9Common *cm, int width, int height);
34 void vp9_free_state_buffers(struct VP9Common *cm);
41 void vp9_set_mb_mi(struct VP9Common *cm, int width, int height);
[all …]
Dvp9_loopfilter.h93 struct VP9Common;
99 void vp9_setup_mask(struct VP9Common *const cm, const int mi_row,
103 void vp9_filter_block_plane_ss00(struct VP9Common *const cm,
107 void vp9_filter_block_plane_ss11(struct VP9Common *const cm,
111 void vp9_filter_block_plane_non420(struct VP9Common *cm,
115 void vp9_loop_filter_init(struct VP9Common *cm);
120 void vp9_loop_filter_frame_init(struct VP9Common *cm, int default_filt_lvl);
122 void vp9_loop_filter_frame(YV12_BUFFER_CONFIG *frame, struct VP9Common *cm,
132 void vp9_build_mask(struct VP9Common *cm, const MODE_INFO *mi, int mi_row,
134 void vp9_adjust_mask(struct VP9Common *const cm, const int mi_row,
[all …]
Dvp9_tile_common.h18 struct VP9Common;
27 void vp9_tile_init(TileInfo *tile, const struct VP9Common *cm, int row,
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_postproc.h36 struct VP9Common;
40 int vp9_post_proc_frame(struct VP9Common *cm, YV12_BUFFER_CONFIG *dest,
43 void vp9_denoise(struct VP9Common *cm, const YV12_BUFFER_CONFIG *src,
46 void vp9_deblock(struct VP9Common *cm, const YV12_BUFFER_CONFIG *src,
Dvp9_thread_common.h21 struct VP9Common;
52 void vp9_loop_filter_alloc(VP9LfSync *lf_sync, struct VP9Common *cm, int rows,
59 void vp9_loop_filter_frame_mt(YV12_BUFFER_CONFIG *frame, struct VP9Common *cm,
66 void vp9_lpf_mt_init(VP9LfSync *lf_sync, struct VP9Common *cm,
Dvp9_entropymode.h29 struct VP9Common;
92 void vp9_setup_past_independence(struct VP9Common *cm);
94 void vp9_adapt_mode_probs(struct VP9Common *cm);
Dvp9_entropymv.h24 struct VP9Common;
26 void vp9_init_mv_probs(struct VP9Common *cm);
28 void vp9_adapt_mv_probs(struct VP9Common *cm, int allow_hp);
Dvp9_entropy.h120 struct VP9Common;
121 void vp9_default_coef_probs(struct VP9Common *cm);
122 void vp9_adapt_coef_probs(struct VP9Common *cm);
Dvp9_onyxc_int.h99 typedef struct VP9Common { struct
194 int (*alloc_mi)(struct VP9Common *cm, int mi_size); argument
195 void (*free_mi)(struct VP9Common *cm); argument
196 void (*setup_mi)(struct VP9Common *cm); argument
Dvp9_mfqe.h25 void vp9_mfqe(struct VP9Common *cm);
Dvp9_postproc.c230 void vp9_deblock(struct VP9Common *cm, const YV12_BUFFER_CONFIG *src, in vp9_deblock()
279 void vp9_denoise(struct VP9Common *cm, const YV12_BUFFER_CONFIG *src, in vp9_denoise()
295 int vp9_post_proc_frame(struct VP9Common *cm, YV12_BUFFER_CONFIG *dest, in vp9_post_proc_frame()
Dvp9_loopfilter.c1612 struct VP9Common *cm, const struct macroblockd_plane planes[MAX_MB_PLANE]) { in vp9_loop_filter_data_reset()
/external/libvpx/vp9/encoder/
Dvp9_context_tree.h22 struct VP9Common;
99 void vp9_setup_pc_tree(struct VP9Common *cm, struct ThreadData *td);
Dvp9_ethread.h65 void vp9_row_mt_sync_mem_alloc(VP9RowMTSync *row_mt_sync, struct VP9Common *cm,
Dvp9_quantize.h41 struct VP9Common;
Dvp9_multi_thread.c70 struct VP9Common *cm = &cpi->common; in vp9_row_mt_mem_alloc()