Home
last modified time | relevance | path

Searched defs:h264_subsps_t (Results 1 – 1 of 1) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_global.h573 typedef struct h264_subsps_t { struct
574 struct h264_sps_t sps;
576 RK_S32 bit_equal_to_one;
577 RK_S32 num_views_minus1;
578 RK_S32 *view_id;
579 RK_S32 *num_anchor_refs_l0;
580 RK_S32 **anchor_ref_l0;
581 RK_S32 *num_anchor_refs_l1;
582 RK_S32 **anchor_ref_l1;
584 RK_S32 *num_non_anchor_refs_l0;
[all …]