Lines Matching refs:ps_slice_hdr
688 slice_header_t *ps_slice_hdr; in ihevcd_parse_pic_init() local
694 ps_slice_hdr = ps_codec->s_parse.ps_slice_hdr; in ihevcd_parse_pic_init()
752 ps_mv_buf->i4_abs_poc = ps_slice_hdr->i4_abs_pic_order_cnt; in ihevcd_parse_pic_init()
777 ps_cur_pic->i4_abs_poc = ps_slice_hdr->i4_abs_pic_order_cnt; in ihevcd_parse_pic_init()
778 ps_cur_pic->i4_poc_lsb = ps_slice_hdr->i4_pic_order_cnt_lsb; in ihevcd_parse_pic_init()
802 …ps_pic_buf_ref = ihevc_dpb_mgr_get_ref_by_nearest_poc(ps_dpb_mgr, ps_slice_hdr->i4_abs_pic_order_c… in ihevcd_parse_pic_init()
842 for(r_idx = 0; r_idx < ps_slice_hdr->i1_num_ref_idx_l0_active; r_idx++) in ihevcd_parse_pic_init()
844 if(NULL == ps_slice_hdr->as_ref_pic_list0[r_idx].pv_pic_buf) in ihevcd_parse_pic_init()
846 ps_slice_hdr->as_ref_pic_list0[r_idx].pv_pic_buf = (void *)ps_pic_buf_ref; in ihevcd_parse_pic_init()
847 ps_slice_hdr->as_ref_pic_list0[r_idx].pv_mv_buf = (void *)ps_mv_buf_ref; in ihevcd_parse_pic_init()
851 for(r_idx = ps_slice_hdr->i1_num_ref_idx_l0_active; r_idx < MAX_DPB_SIZE; r_idx++) in ihevcd_parse_pic_init()
853 ps_slice_hdr->as_ref_pic_list0[r_idx].pv_pic_buf = (void *)ps_pic_buf_ref; in ihevcd_parse_pic_init()
854 ps_slice_hdr->as_ref_pic_list0[r_idx].pv_mv_buf = (void *)ps_mv_buf_ref; in ihevcd_parse_pic_init()
857 for(r_idx = 0; r_idx < ps_slice_hdr->i1_num_ref_idx_l1_active; r_idx++) in ihevcd_parse_pic_init()
859 if(NULL == ps_slice_hdr->as_ref_pic_list1[r_idx].pv_pic_buf) in ihevcd_parse_pic_init()
861 ps_slice_hdr->as_ref_pic_list1[r_idx].pv_pic_buf = (void *)ps_pic_buf_ref; in ihevcd_parse_pic_init()
862 ps_slice_hdr->as_ref_pic_list1[r_idx].pv_mv_buf = (void *)ps_mv_buf_ref; in ihevcd_parse_pic_init()
866 for(r_idx = ps_slice_hdr->i1_num_ref_idx_l1_active; r_idx < MAX_DPB_SIZE; r_idx++) in ihevcd_parse_pic_init()
868 ps_slice_hdr->as_ref_pic_list1[r_idx].pv_pic_buf = (void *)ps_pic_buf_ref; in ihevcd_parse_pic_init()
869 ps_slice_hdr->as_ref_pic_list1[r_idx].pv_mv_buf = (void *)ps_mv_buf_ref; in ihevcd_parse_pic_init()
974 if(ps_slice_hdr->i1_slice_type != ISLICE) in ihevcd_parse_pic_init()
983 if((ps_slice_hdr->i1_slice_type != ISLICE) && in ihevcd_parse_pic_init()
992 if((ps_slice_hdr->i1_nal_unit_type < NAL_BLA_W_LP) && in ihevcd_parse_pic_init()
993 (ps_slice_hdr->i1_nal_unit_type % 2 == 0)) in ihevcd_parse_pic_init()
1011 if((ps_slice_hdr->i1_nal_unit_type < NAL_BLA_W_LP) && in ihevcd_parse_pic_init()
1012 (ps_slice_hdr->i1_nal_unit_type % 2 == 0)) in ihevcd_parse_pic_init()
1103 slice_header_t *ps_slice_hdr; in ihevcd_parse_pic_init() local
1104 ps_slice_hdr = ps_codec->s_parse.ps_slice_hdr; in ihevcd_parse_pic_init()
1105 abs_poc = ps_slice_hdr->i4_abs_pic_order_cnt; in ihevcd_parse_pic_init()