Home
last modified time | relevance | path

Searched refs:mv_buf_t (Results 1 – 12 of 12) sorted by relevance

/external/libhevc/decoder/
Dihevcd_ref_list.c73 mv_buf_t* ihevcd_mv_mgr_get_poc(buf_mgr_t *ps_mv_buf_mgr, UWORD32 abs_poc) in ihevcd_mv_mgr_get_poc()
76 mv_buf_t *ps_mv_buf = NULL; in ihevcd_mv_mgr_get_poc()
82 ps_mv_buf = (mv_buf_t *)ps_mv_buf_mgr->apv_ptr[i]; in ihevcd_mv_mgr_get_poc()
102 mv_buf_t *ps_mv_buf; in ihevcd_ref_list()
498 mv_buf_t *ps_mv_buf; in ihevcd_ref_list()
505 ps_mv_buf = (mv_buf_t *)ps_codec->ps_mv_buf; in ihevcd_ref_list()
Dihevcd_utils.c80 mv_buf_t* ihevcd_mv_mgr_get_poc(buf_mgr_t *ps_mv_buf_mgr, UWORD32 abs_poc);
585 mv_buf_t *ps_mv_buf; in ihevcd_mv_buf_mgr_add_bufs()
605 ps_mv_buf = (mv_buf_t *)pu1_buf; in ihevcd_mv_buf_mgr_add_bufs()
606 pu1_buf += max_dpb_size * sizeof(mv_buf_t); in ihevcd_mv_buf_mgr_add_bufs()
608 mv_bank_size_allocated = ps_codec->i4_total_mv_bank_size - max_dpb_size * sizeof(mv_buf_t); in ihevcd_mv_buf_mgr_add_bufs()
684 mv_buf_t *ps_mv_buf; in ihevcd_parse_pic_init()
734 …ps_mv_buf = (mv_buf_t *)ihevc_buf_mgr_get_next_free((buf_mgr_t *)ps_codec->pv_mv_buf_mgr, &cur_mv_… in ihevcd_parse_pic_init()
797 mv_buf_t *ps_mv_buf_ref; in ihevcd_parse_pic_init()
Dihevcd_parse_slice_header.c75 mv_buf_t* ihevcd_mv_mgr_get_poc(buf_mgr_t *ps_mv_buf_mgr, UWORD32 abs_poc);
885 mv_buf_t *ps_mv_buf; in ihevcd_parse_slice_header()
890 ps_mv_buf = (mv_buf_t *)ps_codec->ps_mv_buf; in ihevcd_parse_slice_header()
936 mv_buf_t *ps_mv_buf_ref; in ihevcd_parse_slice_header()
Dihevcd_mv_merge.c150 mv_buf_t *ps_mv_buf_col; in ihevcd_collocated_mvp()
181 ps_mv_buf_col = (mv_buf_t *)ps_ref_list[1][ps_slice_hdr->i1_collocated_ref_idx].pv_mv_buf; in ihevcd_collocated_mvp()
187 ps_mv_buf_col = (mv_buf_t *)ps_ref_list[0][ps_slice_hdr->i1_collocated_ref_idx].pv_mv_buf; in ihevcd_collocated_mvp()
Dihevcd_structs.h215 }mv_buf_t; typedef
1152 mv_buf_t *ps_cur_mv_buf;
Dihevcd_parse_slice.c2302 mv_buf_t *ps_mv_buf = ps_codec->s_parse.ps_cur_mv_buf; in ihevcd_parse_slice_data()
2331 ref_list_poc = ((mv_buf_t *)ps_slice_hdr->as_ref_pic_list0[i].pv_mv_buf)->i4_abs_poc; in ihevcd_parse_slice_data()
2342 … ref_list_poc = ((mv_buf_t *)ps_slice_hdr->as_ref_pic_list1[i].pv_mv_buf)->i4_abs_poc; in ihevcd_parse_slice_data()
Dihevcd_api.c1941 size = (max_dpb_size + 1) * sizeof(mv_buf_t); in ihevcd_allocate_dynamic_bufs()
/external/libavc/encoder/
Dih264e_utils.c877 mv_buf_t *ps_mv_buf = NULL; in ih264e_mv_buf_mgr_add_bufs()
896 pu1_buf += BUF_MGR_MAX_CNT * sizeof(mv_buf_t); in ih264e_mv_buf_mgr_add_bufs()
902 - (BUF_MGR_MAX_CNT * sizeof(mv_buf_t)); in ih264e_mv_buf_mgr_add_bufs()
1399 mv_buf_t *ps_mv_buf = NULL; in ih264e_pic_init()
1409 mv_buf_t *aps_mv_buf[MAX_REF_PIC_CNT] = {NULL, NULL}; in ih264e_pic_init()
1590 mv_buf_t *ps_mv_buf_to_free[] = { NULL, NULL }; in ih264e_pic_init()
1697 ps_mv_buf = (mv_buf_t *) ih264_buf_mgr_get_next_free( in ih264e_pic_init()
Dih264e_structs.h655 } mv_buf_t; typedef
673 mv_buf_t *ps_mv_buf;
1778 mv_buf_t *ps_cur_mv_buf;
1870 mv_buf_t *aps_mv_buf[MAX_REF_PIC_CNT];
Dih264e_encode.c567 mv_buf_t *ps_cur_mv_buf; in ih264e_encode()
Dih264e_process.c1167 mv_buf_t *ps_cur_mv_buf = ps_proc->ps_cur_mv_buf; in ih264e_init_proc_ctxt()
2254 mv_buf_t *ps_cur_mv_buf = ps_proc->ps_cur_mv_buf; in ih264e_process()
Dih264e_api.c2959 ps_mem_rec->u4_mem_size += BUF_MGR_MAX_CNT * sizeof(mv_buf_t); in ih264e_fill_num_mem_rec()