Searched refs:hw_ps (Results 1 – 3 of 3) sorted by relevance
95 struct rkvdec_sps_pps *hw_ps; in assemble_hw_pps() local106 hw_ps = &priv_tbl->param_set[pps->pic_parameter_set_id]; in assemble_hw_pps()107 memset(hw_ps, 0, sizeof(*hw_ps)); in assemble_hw_pps()110 hw_ps->sps.seq_parameter_set_id = sps->seq_parameter_set_id; in assemble_hw_pps()111 hw_ps->sps.profile_idc = sps->profile_idc; in assemble_hw_pps()112 hw_ps->sps.constraint_set3_flag = !!(sps->constraint_set_flags & (1 << 3)); in assemble_hw_pps()113 hw_ps->sps.chroma_format_idc = sps->chroma_format_idc; in assemble_hw_pps()114 hw_ps->sps.bit_depth_luma = sps->bit_depth_luma_minus8; in assemble_hw_pps()115 hw_ps->sps.bit_depth_chroma = sps->bit_depth_chroma_minus8; in assemble_hw_pps()116 hw_ps->sps.qpprime_y_zero_transform_bypass_flag = in assemble_hw_pps()[all …]
35 struct pp_hw_power_state *hw_ps,
1115 struct pp_hw_power_state *hw_ps) in vega12_patch_boot_state() argument