Searched refs:VP9Common (Results 1 – 16 of 16) sorted by relevance
/external/libvpx/vp9/common/ |
D | vp9_alloccommon.h | 20 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 …]
|
D | vp9_loopfilter.h | 93 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 …]
|
D | vp9_tile_common.h | 18 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);
|
D | vp9_postproc.h | 36 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,
|
D | vp9_thread_common.h | 21 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,
|
D | vp9_entropymode.h | 29 struct VP9Common; 92 void vp9_setup_past_independence(struct VP9Common *cm); 94 void vp9_adapt_mode_probs(struct VP9Common *cm);
|
D | vp9_entropymv.h | 24 struct VP9Common; 26 void vp9_init_mv_probs(struct VP9Common *cm); 28 void vp9_adapt_mv_probs(struct VP9Common *cm, int allow_hp);
|
D | vp9_entropy.h | 120 struct VP9Common; 121 void vp9_default_coef_probs(struct VP9Common *cm); 122 void vp9_adapt_coef_probs(struct VP9Common *cm);
|
D | vp9_onyxc_int.h | 99 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
|
D | vp9_mfqe.h | 25 void vp9_mfqe(struct VP9Common *cm);
|
D | vp9_postproc.c | 230 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()
|
D | vp9_loopfilter.c | 1612 struct VP9Common *cm, const struct macroblockd_plane planes[MAX_MB_PLANE]) { in vp9_loop_filter_data_reset()
|
/external/libvpx/vp9/encoder/ |
D | vp9_context_tree.h | 22 struct VP9Common; 99 void vp9_setup_pc_tree(struct VP9Common *cm, struct ThreadData *td);
|
D | vp9_ethread.h | 65 void vp9_row_mt_sync_mem_alloc(VP9RowMTSync *row_mt_sync, struct VP9Common *cm,
|
D | vp9_quantize.h | 41 struct VP9Common;
|
D | vp9_multi_thread.c | 70 struct VP9Common *cm = &cpi->common; in vp9_row_mt_mem_alloc()
|