Home
last modified time | relevance | path

Searched refs:units (Results 1 – 4 of 4) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_cbs.c2627 Av1ObuUnit *units; in mpp_insert_unit() local
2630 units = frag->units; in mpp_insert_unit()
2633 memmove(units + position + 1, units + position, in mpp_insert_unit()
2634 (frag->nb_units - position) * sizeof(*units)); in mpp_insert_unit()
2636 units = mpp_malloc(Av1ObuUnit, frag->nb_units * 2 + 1); in mpp_insert_unit()
2637 if (!units) in mpp_insert_unit()
2643 memcpy(units, frag->units, position * sizeof(*units)); in mpp_insert_unit()
2646 memcpy(units + position + 1, frag->units + position, in mpp_insert_unit()
2647 (frag->nb_units - position) * sizeof(*units)); in mpp_insert_unit()
2650 memset(units + position, 0, sizeof(*units)); in mpp_insert_unit()
[all …]
H A Dav1d_cbs.h449 Av1ObuUnit *units; member
H A Dav1d_parser.c929 MPP_FREE(s->current_obu.units); in av1d_parser_deinit()
972 Av1ObuUnit *unit = &s->current_obu.units[i]; in av1d_parser_frame()
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_EN.md201 …U32 | Represents the number of pixels in horizontal direction, in units of pixels. …
202 | height | RK_U32 | Represents the number of pixels in vertical direction, in units
203 … | Represents the distance between two adjacent rows in vertical direction, in units of bytes. |
204 … | Represents the number of row spacing between image components, in units of 1. …
600 …Indicates the number of pixels in the horizontal direction of the input image, in units of pixels.|
601 …2|Indicates the number of pixels in the vertical direction of the input image, in units of pixels.|