Searched refs:openhevc_sh (Results 1 – 1 of 1) sorted by relevance
534 static RK_S32 compare_sliceheader(SliceHeader *openhevc_sh, SliceHeader *sh) in compare_sliceheader() argument537 if (openhevc_sh->pps_id != sh->pps_id) { in compare_sliceheader()542 if (openhevc_sh->slice_type != sh->slice_type) { in compare_sliceheader()547 if (openhevc_sh->pic_order_cnt_lsb != sh->pic_order_cnt_lsb) { in compare_sliceheader()552 if (openhevc_sh->first_slice_in_pic_flag != sh->first_slice_in_pic_flag) { in compare_sliceheader()557 if (openhevc_sh->dependent_slice_segment_flag != sh->dependent_slice_segment_flag) { in compare_sliceheader()562 if (openhevc_sh->pic_output_flag != sh->pic_output_flag) { in compare_sliceheader()567 if (openhevc_sh->colour_plane_id != sh->colour_plane_id) { in compare_sliceheader()572 if (openhevc_sh->rpl_modification_flag[0] != sh->rpl_modification_flag[0]) { in compare_sliceheader()577 if (openhevc_sh->rpl_modification_flag[1] != sh->rpl_modification_flag[1]) { in compare_sliceheader()[all …]