Searched refs:ps_mv_buf (Results 1 – 5 of 5) sorted by relevance
76 mv_buf_t *ps_mv_buf = NULL; in ihevcd_mv_mgr_get_poc() local82 ps_mv_buf = (mv_buf_t *)ps_mv_buf_mgr->apv_ptr[i]; in ihevcd_mv_mgr_get_poc()83 if(ps_mv_buf && (ps_mv_buf->i4_abs_poc == (WORD32)abs_poc)) in ihevcd_mv_mgr_get_poc()89 return ps_mv_buf; in ihevcd_mv_mgr_get_poc()102 mv_buf_t *ps_mv_buf; in ihevcd_ref_list() local436 ps_mv_buf = ihevcd_mv_mgr_get_poc(ps_mv_buf_mgr, ps_pic_buf->i4_abs_poc); in ihevcd_ref_list()437 ps_slice_hdr->as_ref_pic_list0[r_idx].pv_mv_buf = ps_mv_buf; in ihevcd_ref_list()485 ps_mv_buf = ihevcd_mv_mgr_get_poc(ps_mv_buf_mgr, ps_pic_buf->i4_abs_poc); in ihevcd_ref_list()486 ps_slice_hdr->as_ref_pic_list1[r_idx].pv_mv_buf = ps_mv_buf; in ihevcd_ref_list()498 mv_buf_t *ps_mv_buf; in ihevcd_ref_list() local[all …]
664 mv_buf_t *ps_mv_buf; in ihevcd_mv_buf_mgr_add_bufs() local685 ps_mv_buf = (mv_buf_t *)pu1_buf; in ihevcd_mv_buf_mgr_add_bufs()687 ps_codec->ps_mv_buf = ps_mv_buf; in ihevcd_mv_buf_mgr_add_bufs()716 ps_mv_buf->pu4_pic_pu_idx = (UWORD32 *)pu1_buf; in ihevcd_mv_buf_mgr_add_bufs()719 ps_mv_buf->pu1_pic_pu_map = pu1_buf; in ihevcd_mv_buf_mgr_add_bufs()722 ps_mv_buf->pu1_pic_slice_map = (UWORD16 *)pu1_buf; in ihevcd_mv_buf_mgr_add_bufs()725 ps_mv_buf->ps_pic_pu = (pu_t *)pu1_buf; in ihevcd_mv_buf_mgr_add_bufs()727 buf_ret = ihevc_buf_mgr_add((buf_mgr_t *)ps_codec->pv_mv_buf_mgr, ps_mv_buf, i); in ihevcd_mv_buf_mgr_add_bufs()735 ps_mv_buf++; in ihevcd_mv_buf_mgr_add_bufs()763 mv_buf_t *ps_mv_buf; in ihevcd_parse_pic_init() local[all …]
874 mv_buf_t *ps_mv_buf; in ihevcd_parse_slice_header() local879 ps_mv_buf = (mv_buf_t *)ps_codec->ps_mv_buf; in ihevcd_parse_slice_header()882 if(ps_mv_buf->i4_abs_poc == ps_pic_buf->i4_abs_poc) in ihevcd_parse_slice_header()887 ps_mv_buf++; in ihevcd_parse_slice_header()
1946 void *ps_mv_buf; member
2278 mv_buf_t *ps_mv_buf = ps_codec->s_parse.ps_cur_mv_buf; in ihevcd_parse_slice_data() local2284 …ps_mv_buf->l1_collocated_poc[(ps_codec->s_parse.i4_cur_slice_idx & (MAX_SLICE_HDR_CNT - 1))][i] = … in ihevcd_parse_slice_data()2285 …ps_mv_buf->u1_l1_collocated_poc_lt[(ps_codec->s_parse.i4_cur_slice_idx & (MAX_SLICE_HDR_CNT - 1))]… in ihevcd_parse_slice_data()2293 …ps_mv_buf->l0_collocated_poc[(ps_codec->s_parse.i4_cur_slice_idx & (MAX_SLICE_HDR_CNT - 1))][i] = … in ihevcd_parse_slice_data()2294 …ps_mv_buf->u1_l0_collocated_poc_lt[(ps_codec->s_parse.i4_cur_slice_idx & (MAX_SLICE_HDR_CNT - 1))]… in ihevcd_parse_slice_data()