Searched refs:AV1Context (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/ |
| H A D | av1d_parser.h | 149 } AV1Context; typedef 177 RK_S32 mpp_av1_split_fragment(AV1Context *ctx, Av1UnitFragment *frag, RK_S32 header_flag); 178 RK_S32 mpp_av1_read_fragment_content(AV1Context *ctx, Av1UnitFragment *frag); 182 RK_S32 mpp_av1_assemble_fragment(AV1Context *ctx, Av1UnitFragment *frag); 183 void mpp_av1_flush(AV1Context *ctx); 184 void mpp_av1_close(AV1Context *ctx); 187 void Av1GetCDFs(AV1Context *ctx, RK_U32 ref_idx); 188 void Av1StoreCDFs(AV1Context *ctx, RK_U32 refresh_frame_flags);
|
| H A D | av1d_cbs.c | 409 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() 548 static RK_S32 mpp_av1_timing_info(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_timing_info() 564 static RK_S32 mpp_av1_decoder_model_info(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_decoder_model_info() 577 static RK_S32 mpp_av1_sequence_header_obu(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_sequence_header_obu() 726 static RK_S32 mpp_av1_temporal_delimiter_obu(AV1Context *ctx, BitReadCtx_t *gb) in mpp_av1_temporal_delimiter_obu() 735 static RK_S32 mpp_av1_set_frame_refs(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_set_frame_refs() 878 static RK_S32 mpp_av1_superres_params(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_superres_params() [all …]
|
| H A D | av1d_parser.c | 88 AV1Context *s = ctx->priv_data; in get_pixel_format() 172 static void read_global_param(AV1Context *s, RK_S32 type, RK_S32 ref, RK_S32 idx) in read_global_param() 250 static RK_U8 get_shear_params_valid(AV1Context *s, RK_S32 idx) in get_shear_params_valid() 289 static void global_motion_params(AV1Context *s) in global_motion_params() 294 AV1Context *ctx = s; in global_motion_params() 365 static void skip_mode_params(AV1Context *s) in skip_mode_params() 431 static void coded_lossless_param(AV1Context *s) in coded_lossless_param() 461 static void load_grain_params(AV1Context *s) in load_grain_params() 519 AV1Context *s = ctx->priv_data; in get_tiles_info() 561 AV1Context *s = ctx->priv_data; in av1d_frame_unref() [all …]
|
| H A D | av1d_probs.c | 19 void Av1GetCDFs(AV1Context *ctx, RK_U32 ref_idx) in Av1GetCDFs() 26 void Av1StoreCDFs(AV1Context *ctx, RK_U32 refresh_frame_flags) in Av1StoreCDFs()
|
| H A D | av1d_api.c | 145 AV1Context *s = (AV1Context *)av1_ctx->priv_data; in av1d_prepare()
|
| H A D | av1d_parser2_syntax.c | 27 AV1Context *h = ctx->priv_data; in av1d_fill_picparams()
|