Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_vcn_dec.c101 result.sps_info_flags |= ((dec->dpb_type == DPB_DYNAMIC_TIER_2) ? 0 : 1) in get_h264_msg()
163 if (dec->dpb_type != DPB_DYNAMIC_TIER_2) { in get_h264_msg()
279 if (dec->dpb_type == DPB_DYNAMIC_TIER_2) { in get_h264_msg()
466 if (dec->dpb_type == DPB_DYNAMIC_TIER_2) { in get_h265_msg()
683 if (dec->dpb_type == DPB_DYNAMIC_TIER_2) { in get_vp9_msg()
1086 if (dec->dpb_type == DPB_DYNAMIC_TIER_2) { in get_av1_msg()
1733 if (dec->dpb_type >= DPB_DYNAMIC_TIER_1) { in rvcn_dec_message_decode()
1748 if (dec->dpb_type >= DPB_DYNAMIC_TIER_1) { in rvcn_dec_message_decode()
1750 if (dec->dpb_type == DPB_DYNAMIC_TIER_1) { in rvcn_dec_message_decode()
1754 else if (dec->dpb_type == DPB_DYNAMIC_TIER_2) { in rvcn_dec_message_decode()
[all …]
Dradeon_vcn_dec.h95 } dpb_type; member
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst4903 - radeon/vcn: calc_dpb_size should be based on dpb_type