HomeSort by relevance Sort by last modified time
    Searched refs:VP9Common (Results 1 - 17 of 17) sorted by null

  /external/libvpx/libvpx/vp9/common/
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);
36 void vp9_set_mb_mi(struct VP9Common *cm, int width, int height)
    [all...]
vp9_mfqe.h 25 void vp9_mfqe(struct VP9Common *cm);
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);
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...]
vp9_thread_common.h 21 struct VP9Common;
43 void vp9_loop_filter_alloc(VP9LfSync *lf_sync, struct VP9Common *cm, int rows,
50 void vp9_loop_filter_frame_mt(YV12_BUFFER_CONFIG *frame, struct VP9Common *cm,
vp9_postproc.h 36 struct VP9Common;
40 int vp9_post_proc_frame(struct VP9Common *cm, YV12_BUFFER_CONFIG *dest,
vp9_entropymode.h 29 struct VP9Common;
92 void vp9_setup_past_independence(struct VP9Common *cm);
94 void vp9_adapt_mode_probs(struct VP9Common *cm);
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 usehp);
vp9_entropy.h 120 struct VP9Common;
121 void vp9_default_coef_probs(struct VP9Common *cm);
122 void vp9_adapt_coef_probs(struct VP9Common *cm);
vp9_onyxc_int.h 111 typedef struct VP9Common {
204 int (*alloc_mi)(struct VP9Common *cm, int mi_size);
205 void (*free_mi)(struct VP9Common *cm);
206 void (*setup_mi)(struct VP9Common *cm);
vp9_postproc.c 295 int vp9_post_proc_frame(struct VP9Common *cm, YV12_BUFFER_CONFIG *dest,
vp9_loopfilter.c     [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_dthread.h 22 struct VP9Common;
  /external/libvpx/libvpx/vp9/encoder/
vp9_context_tree.h 22 struct VP9Common;
92 void vp9_setup_pc_tree(struct VP9Common *cm, struct ThreadData *td);
vp9_quantize.h 44 struct VP9Common;
52 void vp9_set_quantizer(struct VP9Common *cm, int q);
vp9_ethread.h 60 void vp9_row_mt_sync_mem_alloc(VP9RowMTSync *row_mt_sync, struct VP9Common *cm,
vp9_multi_thread.c 54 struct VP9Common *cm = &cpi->common;

Completed in 2270 milliseconds