Searched refs:openhevc_sh (Results 1 – 1 of 1) sorted by relevance
528 static RK_S32 compare_sliceheader(SliceHeader *openhevc_sh, SliceHeader *sh) in compare_sliceheader() argument531 if (openhevc_sh->pps_id != sh->pps_id) { in compare_sliceheader()536 if (openhevc_sh->slice_type != sh->slice_type) { in compare_sliceheader()541 if (openhevc_sh->pic_order_cnt_lsb != sh->pic_order_cnt_lsb) { in compare_sliceheader()546 if (openhevc_sh->first_slice_in_pic_flag != sh->first_slice_in_pic_flag) { in compare_sliceheader()551 if (openhevc_sh->dependent_slice_segment_flag != sh->dependent_slice_segment_flag) { in compare_sliceheader()556 if (openhevc_sh->pic_output_flag != sh->pic_output_flag) { in compare_sliceheader()561 if (openhevc_sh->colour_plane_id != sh->colour_plane_id) { in compare_sliceheader()566 if (openhevc_sh->rpl_modification_flag[0] != sh->rpl_modification_flag[0]) { in compare_sliceheader()571 if (openhevc_sh->rpl_modification_flag[1] != sh->rpl_modification_flag[1]) { in compare_sliceheader()[all …]