Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/
H A Dav1d_cbs.h439 } Av1ObuUnit; typedef
446 Av1ObuUnit *units;
H A Dav1d_cbs.c2572 Av1ObuUnit *units; in mpp_insert_unit()
2581 units = mpp_malloc(Av1ObuUnit, frag->nb_units * 2 + 1); in mpp_insert_unit()
2612 Av1ObuUnit *unit; in mpp_insert_unit_data()
2733 static RK_S32 mpp_av1_ref_tile_data(Av1ObuUnit *unit, in mpp_av1_ref_tile_data()
2755 static MPP_RET mpp_av1_alloc_unit_content(Av1ObuUnit *unit) in mpp_av1_alloc_unit_content()
2766 MPP_RET mpp_av1_read_unit(AV1Context *ctx, Av1ObuUnit *unit) in mpp_av1_read_unit()
2937 Av1ObuUnit *unit = &frag->units[i]; in mpp_av1_read_fragment_content()
3005 Av1ObuUnit *unit = &frag->units[i]; in mpp_av1_fragment_reset()
H A Dav1d_parser.c911 Av1ObuUnit *unit = &s->current_obu.units[i]; in av1d_parser_frame()