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.c1010 pic_buf_t *ps_pic_buf_ref; in ihevcd_parse_slice_header() local
1016ps_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()
1017 if(NULL == ps_pic_buf_ref) in ihevcd_parse_slice_header()
1019 ps_pic_buf_ref = ps_codec->as_process[0].ps_cur_pic; in ihevcd_parse_slice_header()
1024 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()
1031 ps_slice_hdr->as_ref_pic_list0[r_idx].pv_pic_buf = (void *)ps_pic_buf_ref; in ihevcd_parse_slice_header()
1038 ps_slice_hdr->as_ref_pic_list0[r_idx].pv_pic_buf = (void *)ps_pic_buf_ref; in ihevcd_parse_slice_header()
1046 ps_slice_hdr->as_ref_pic_list1[r_idx].pv_pic_buf = (void *)ps_pic_buf_ref; in ihevcd_parse_slice_header()
1053 ps_slice_hdr->as_ref_pic_list1[r_idx].pv_pic_buf = (void *)ps_pic_buf_ref; in ihevcd_parse_slice_header()
Dihevcd_utils.c962 pic_buf_t *ps_pic_buf_ref; in ihevcd_parse_pic_init() local
968ps_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()
969 if(NULL == ps_pic_buf_ref) in ihevcd_parse_pic_init()
1000 ps_pic_buf_ref = ps_cur_pic; in ihevcd_parse_pic_init()
1005 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()
1012 ps_slice_hdr->as_ref_pic_list0[r_idx].pv_pic_buf = (void *)ps_pic_buf_ref; in ihevcd_parse_pic_init()
1019 ps_slice_hdr->as_ref_pic_list0[r_idx].pv_pic_buf = (void *)ps_pic_buf_ref; in ihevcd_parse_pic_init()
1027 ps_slice_hdr->as_ref_pic_list1[r_idx].pv_pic_buf = (void *)ps_pic_buf_ref; in ihevcd_parse_pic_init()
1034 ps_slice_hdr->as_ref_pic_list1[r_idx].pv_pic_buf = (void *)ps_pic_buf_ref; in ihevcd_parse_pic_init()