Lines Matching defs:ctx

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()
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()
905 static RK_S32 mpp_av1_frame_size(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_frame_size()
927 static RK_S32 mpp_av1_render_size(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_render_size()
948 static RK_S32 mpp_av1_frame_size_with_refs(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_frame_size_with_refs()
990 static RK_S32 mpp_av1_interpolation_filter(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_interpolation_filter()
1005 static RK_S32 mpp_av1_tile_info(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_tile_info()
1113 static RK_S32 mpp_av1_quantization_params(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_quantization_params()
1159 static RK_S32 mpp_av1_segmentation_params(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_segmentation_params()
1246 static RK_S32 mpp_av1_delta_q_params(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_delta_q_params()
1262 static RK_S32 mpp_av1_delta_lf_params(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_delta_lf_params()
1288 static RK_S32 mpp_av1_loop_filter_params(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_loop_filter_params()
1374 static RK_S32 mpp_av1_cdef_params(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_cdef_params()
1407 static RK_S32 mpp_av1_lr_params(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_lr_params()
1447 static RK_S32 mpp_av1_read_tx_mode(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_read_tx_mode()
1462 static RK_S32 mpp_av1_frame_reference_mode(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_frame_reference_mode()
1476 static RK_S32 mpp_av1_skip_mode_params(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_skip_mode_params()
1563 static RK_S32 mpp_av1_global_motion_param(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_global_motion_param()
1596 static RK_S32 mpp_av1_global_motion_params(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_global_motion_params()
1641 static RK_S32 mpp_av1_film_grain_params(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_film_grain_params()
1747 static RK_S32 mpp_av1_uncompressed_header(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_uncompressed_header()
2134 static RK_S32 mpp_av1_frame_header_obu(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_frame_header_obu()
2195 static RK_S32 mpp_av1_tile_group_obu(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_tile_group_obu()
2229 static RK_S32 mpp_av1_frame_obu(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_frame_obu()
2247 static RK_S32 mpp_av1_tile_list_obu(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_tile_list_obu()
2262 static RK_S32 mpp_av1_metadata_hdr_cll(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_metadata_hdr_cll()
2276 static RK_S32 mpp_av1_metadata_hdr_mdcv(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_metadata_hdr_mdcv()
2307 static RK_S32 mpp_av1_scalability_structure(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_scalability_structure()
2353 static RK_S32 mpp_av1_metadata_scalability(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_metadata_scalability()
2366 static RK_S32 mpp_av1_get_dlby_rpu(AV1Context *ctx, BitReadCtx_t *gb) in mpp_av1_get_dlby_rpu()
2450 static void mpp_av1_fill_dynamic_meta(AV1Context *ctx, const RK_U8 *data, RK_U32 size, RK_U32 hdr_f… in mpp_av1_fill_dynamic_meta()
2483 static RK_S32 mpp_av1_metadata_itut_t35(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_metadata_itut_t35()
2535 static RK_S32 mpp_av1_metadata_timecode(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_metadata_timecode()
2574 static RK_S32 mpp_av1_metadata_obu(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_metadata_obu()
2605 static RK_S32 mpp_av1_padding_obu(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_padding_obu()
2687 RK_S32 mpp_av1_split_fragment(AV1Context *ctx, Av1UnitFragment *frag, RK_S32 header_flag) in mpp_av1_split_fragment()
2821 MPP_RET mpp_av1_read_unit(AV1Context *ctx, Av1ObuUnit *unit) in mpp_av1_read_unit()
2984 RK_S32 mpp_av1_read_fragment_content(AV1Context *ctx, Av1UnitFragment *frag) in mpp_av1_read_fragment_content()
3024 int mpp_av1_set_context_with_sequence(Av1CodecContext *ctx, in mpp_av1_set_context_with_sequence()
3070 RK_S32 mpp_av1_assemble_fragment(AV1Context *ctx, Av1UnitFragment *frag) in mpp_av1_assemble_fragment()
3097 void mpp_av1_flush(AV1Context *ctx) in mpp_av1_flush()
3108 void mpp_av1_close(AV1Context *ctx) in mpp_av1_close()