Lines Matching refs:h264
66 MppEncH264Cfg *h264 = &cfg->h264; in h264e_sps_update() local
78 H264Level level_idc = h264->level; in h264e_sps_update()
82 sps->profile_idc = h264->profile; in h264e_sps_update()
122 RK_U32 set = h264->constraint_set; in h264e_sps_update()
165 sps->pic_order_cnt_type = h264->hw_cfg.hw_poc_type; in h264e_sps_update()
166 sps->log2_max_poc_lsb_minus4 = h264->log2_max_poc_lsb; in h264e_sps_update()
167 sps->log2_max_frame_num_minus4 = h264->log2_max_frame_num; in h264e_sps_update()
197 sps->gaps_in_frame_num_value_allowed = !h264->gaps_not_allowed; in h264e_sps_update()
205 sps->direct8x8_inference = h264->transform8x8_mode; in h264e_sps_update()
218 vui->vui_en = h264->vui.vui_en; in h264e_sps_update()
321 mpp_writer_put_ue(bit, cfg->h264.poc_type); in h264e_sps_to_packet()
322 if (cfg->h264.poc_type == 0) { in h264e_sps_to_packet()