Home
last modified time | relevance | path

Searched refs:ps_pic_buf_ref (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/decoder/
Dihevcd_parse_slice_header.c923 pic_buf_t *ps_pic_buf_ref; in ihevcd_parse_slice_header() local
929ps_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_slice_header()
930 if(NULL == ps_pic_buf_ref) in ihevcd_parse_slice_header()
932 ps_pic_buf_ref = ps_codec->as_process[0].ps_cur_pic; in ihevcd_parse_slice_header()
937 ps_mv_buf_ref = ihevcd_mv_mgr_get_poc(ps_mv_buf_mgr, ps_pic_buf_ref->i4_abs_poc); in ihevcd_parse_slice_header()
944 ps_slice_hdr->as_ref_pic_list0[r_idx].pv_pic_buf = (void *)ps_pic_buf_ref; in ihevcd_parse_slice_header()
951 ps_slice_hdr->as_ref_pic_list0[r_idx].pv_pic_buf = (void *)ps_pic_buf_ref; in ihevcd_parse_slice_header()
959 ps_slice_hdr->as_ref_pic_list1[r_idx].pv_pic_buf = (void *)ps_pic_buf_ref; in ihevcd_parse_slice_header()
966 ps_slice_hdr->as_ref_pic_list1[r_idx].pv_pic_buf = (void *)ps_pic_buf_ref; in ihevcd_parse_slice_header()
Dihevcd_utils.c796 pic_buf_t *ps_pic_buf_ref; in ihevcd_parse_pic_init() local
802ps_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()
803 if(NULL == ps_pic_buf_ref) in ihevcd_parse_pic_init()
834 ps_pic_buf_ref = ps_cur_pic; in ihevcd_parse_pic_init()
839 ps_mv_buf_ref = ihevcd_mv_mgr_get_poc(ps_mv_buf_mgr, ps_pic_buf_ref->i4_abs_poc); 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()
853 ps_slice_hdr->as_ref_pic_list0[r_idx].pv_pic_buf = (void *)ps_pic_buf_ref; 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()
868 ps_slice_hdr->as_ref_pic_list1[r_idx].pv_pic_buf = (void *)ps_pic_buf_ref; in ihevcd_parse_pic_init()