Home
last modified time | relevance | path

Searched refs:VP9Context (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/vp9/
H A Dvp9d_parser2_syntax.c29 static int vp9d_fill_segmentation(VP9Context *s, DXVA_segmentation_VP9 *seg) in vp9d_fill_segmentation()
73 VP9Context *s = ctx->priv_data; in vp9d_fill_picparams()
185 VP9Context *s = ctx->priv_data; in vp9d_fill_counts()
H A Dvp9d_parser.c257 VP9Context *s = ctx->priv_data; in vp9_ref_frame()
275 static void vp9_unref_frame( VP9Context *s, VP9Frame *f) in vp9_unref_frame()
302 static RK_S32 vp9_frame_free(VP9Context *s) in vp9_frame_free()
320 static RK_S32 vp9_frame_init(VP9Context *s) in vp9_frame_init()
349 VP9Context *s = mpp_calloc(VP9Context, 1); in vp9d_parser_init()
376 VP9Context *s = vp9_ctx->priv_data; in vp9d_parser_deinit()
386 VP9Context *s = ctx->priv_data; in vp9_alloc_frame()
455 VP9Context *s = ctx->priv_data; in update_size()
564 VP9Context *s = ctx->priv_data; in read_colorspace_details()
633 VP9Context *s = ctx->priv_data; in decode_parser_header()
[all …]
H A Dvp9d_parser.h110 typedef struct VP9Context { struct
267 } VP9Context; typedef