Lines Matching refs:ps_slice_hdr
149 slice_header_t *ps_slice_hdr) in ihevcd_parse_pred_wt_ofst() argument
155 pred_wt_ofst_t *ps_wt_ofst = &ps_slice_hdr->s_wt_ofst; in ihevcd_parse_pred_wt_ofst()
167 for(i = 0; i < ps_slice_hdr->i1_num_ref_idx_l0_active; i++) in ihevcd_parse_pred_wt_ofst()
177 for(i = 0; i < ps_slice_hdr->i1_num_ref_idx_l0_active; i++) in ihevcd_parse_pred_wt_ofst()
185 for(i = 0; i < ps_slice_hdr->i1_num_ref_idx_l0_active; i++) in ihevcd_parse_pred_wt_ofst()
192 for(i = 0; i < ps_slice_hdr->i1_num_ref_idx_l0_active; i++) in ihevcd_parse_pred_wt_ofst()
244 if(BSLICE == ps_slice_hdr->i1_slice_type) in ihevcd_parse_pred_wt_ofst()
246 for(i = 0; i < ps_slice_hdr->i1_num_ref_idx_l1_active; i++) in ihevcd_parse_pred_wt_ofst()
254 for(i = 0; i < ps_slice_hdr->i1_num_ref_idx_l1_active; i++) in ihevcd_parse_pred_wt_ofst()
262 for(i = 0; i < ps_slice_hdr->i1_num_ref_idx_l1_active; i++) in ihevcd_parse_pred_wt_ofst()
268 for(i = 0; i < ps_slice_hdr->i1_num_ref_idx_l1_active; i++) in ihevcd_parse_pred_wt_ofst()
2088 slice_header_t *ps_slice_hdr, *ps_slice_hdr_ref; in ihevcd_copy_slice_hdr() local
2091 ps_slice_hdr = ps_codec->s_parse.ps_slice_hdr_base + slice_idx; in ihevcd_copy_slice_hdr()
2094 pu4_entry_offset_backup = ps_slice_hdr->pu4_entry_point_offset; in ihevcd_copy_slice_hdr()
2095 memcpy(ps_slice_hdr, ps_slice_hdr_ref, sizeof(slice_header_t)); in ihevcd_copy_slice_hdr()
2096 ps_slice_hdr->pu4_entry_point_offset = pu4_entry_offset_backup; in ihevcd_copy_slice_hdr()