Searched refs:VP9Common (Results 1 – 12 of 12) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_alloccommon.h | 19 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);
|
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); 107 void vp9_loop_filter_frame(struct VP9Common *cm, 114 struct VP9Common *cm, struct macroblockd *xd, 119 struct VP9Common *cm;
|
D | vp9_tile_common.h | 18 struct VP9Common; 27 void vp9_tile_init(TileInfo *tile, const struct VP9Common *cm,
|
D | vp9_postproc.h | 32 struct VP9Common; 34 int vp9_post_proc_frame(struct VP9Common *cm,
|
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_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 | 97 struct VP9Common; 98 void vp9_default_coef_probs(struct VP9Common *cm); 99 void vp9_adapt_coef_probs(struct VP9Common *cm);
|
D | vp9_onyxc_int.h | 66 typedef struct VP9Common { struct
|
D | vp9_postproc.c | 608 int vp9_post_proc_frame(struct VP9Common *cm, in vp9_post_proc_frame()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_dthread.h | 20 struct VP9Common; 24 struct VP9Common *cm; 46 void vp9_loop_filter_alloc(struct VP9Common *cm, struct VP9LfSyncData *lf_sync, 54 struct VP9Common *cm,
|
D | vp9_decodeframe.h | 19 struct VP9Common; 22 void vp9_init_dequantizer(struct VP9Common *cm);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_quantize.h | 43 struct VP9Common; 53 void vp9_set_quantizer(struct VP9Common *cm, int q);
|