Home
last modified time | relevance | path

Searched refs:AV1Context (Results 1 – 6 of 6) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_parser.h155 } AV1Context; typedef
181 RK_S32 mpp_av1_split_fragment(AV1Context *ctx, Av1UnitFragment *frag, RK_S32 header_flag);
182 RK_S32 mpp_av1_read_fragment_content(AV1Context *ctx, Av1UnitFragment *frag);
186 RK_S32 mpp_av1_assemble_fragment(AV1Context *ctx, Av1UnitFragment *frag);
187 void mpp_av1_flush(AV1Context *ctx);
188 void mpp_av1_close(AV1Context *ctx);
191 void Av1GetCDFs(AV1Context *ctx, RK_U32 ref_idx);
192 void Av1StoreCDFs(AV1Context *ctx, RK_U32 refresh_frame_flags);
H A Dav1d_cbs.c409 static RK_S32 mpp_av1_read_obu_header(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_read_obu_header()
437 static RK_S32 mpp_av1_trailing_bits(AV1Context *ctx, BitReadCtx_t *gb, RK_S32 nb_bits) in mpp_av1_trailing_bits()
456 static RK_S32 mpp_av1_byte_alignment(AV1Context *ctx, BitReadCtx_t *gb) in mpp_av1_byte_alignment()
468 static RK_S32 mpp_av1_color_config(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_color_config()
551 static RK_S32 mpp_av1_timing_info(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_timing_info()
567 static RK_S32 mpp_av1_decoder_model_info(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_decoder_model_info()
580 static RK_S32 mpp_av1_sequence_header_obu(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_sequence_header_obu()
729 static RK_S32 mpp_av1_temporal_delimiter_obu(AV1Context *ctx, BitReadCtx_t *gb) in mpp_av1_temporal_delimiter_obu()
738 static RK_S32 mpp_av1_set_frame_refs(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_set_frame_refs()
881 static RK_S32 mpp_av1_superres_params(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_superres_params()
[all …]
H A Dav1d_probs.c19 void Av1GetCDFs(AV1Context *ctx, RK_U32 ref_idx) in Av1GetCDFs()
26 void Av1StoreCDFs(AV1Context *ctx, RK_U32 refresh_frame_flags) in Av1StoreCDFs()
H A Dav1d_parser.c88 AV1Context *s = ctx->priv_data; in get_pixel_format()
173 static void read_global_param(AV1Context *s, RK_S32 type, RK_S32 ref, RK_S32 idx) in read_global_param()
253 static RK_U8 get_shear_params_valid(AV1Context *s, RK_S32 idx) in get_shear_params_valid()
292 static void global_motion_params(AV1Context *s) in global_motion_params()
297 AV1Context *ctx = s; in global_motion_params()
368 static void skip_mode_params(AV1Context *s) in skip_mode_params()
434 static void coded_lossless_param(AV1Context *s) in coded_lossless_param()
464 static void load_grain_params(AV1Context *s) in load_grain_params()
522 AV1Context *s = ctx->priv_data; in get_tiles_info()
564 AV1Context *s = ctx->priv_data; in av1d_frame_unref()
[all …]
H A Dav1d_api.c144 AV1Context *s = (AV1Context *)av1_ctx->priv_data; in av1d_prepare()
H A Dav1d_parser2_syntax.c17 AV1Context *h = ctx->priv_data; in av1d_fill_picparams()