Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_alloccommon.h19 struct VP9Common;
21 void vp9_remove_common(struct VP9Common *cm);
23 int vp9_resize_frame_buffers(struct VP9Common *cm, int width, int height);
25 int vp9_alloc_frame_buffers(struct VP9Common *cm, int width, int height);
27 void vp9_free_frame_buffers(struct VP9Common *cm);
29 void vp9_update_frame_size(struct VP9Common *cm);
31 void vp9_swap_mi_and_prev_mi(struct VP9Common *cm);
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);
107 void vp9_loop_filter_frame(struct VP9Common *cm,
114 struct VP9Common *cm, struct macroblockd *xd,
119 struct VP9Common *cm;
Dvp9_tile_common.h18 struct VP9Common;
27 void vp9_tile_init(TileInfo *tile, const struct VP9Common *cm,
Dvp9_postproc.h32 struct VP9Common;
34 int vp9_post_proc_frame(struct VP9Common *cm,
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_entropymode.h26 struct VP9Common;
87 void vp9_setup_past_independence(struct VP9Common *cm);
91 void vp9_adapt_mode_probs(struct VP9Common *cm);
Dvp9_entropy.h97 struct VP9Common;
98 void vp9_default_coef_probs(struct VP9Common *cm);
99 void vp9_adapt_coef_probs(struct VP9Common *cm);
Dvp9_onyxc_int.h66 typedef struct VP9Common { struct
Dvp9_postproc.c608 int vp9_post_proc_frame(struct VP9Common *cm, in vp9_post_proc_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_dthread.h20 struct VP9Common;
24 struct VP9Common *cm;
46 void vp9_loop_filter_alloc(struct VP9Common *cm, struct VP9LfSyncData *lf_sync,
54 struct VP9Common *cm,
Dvp9_decodeframe.h19 struct VP9Common;
22 void vp9_init_dequantizer(struct VP9Common *cm);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_quantize.h43 struct VP9Common;
53 void vp9_set_quantizer(struct VP9Common *cm, int q);