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);
626 mv_buf_t *ps_mv_buf; in ihevcd_mv_buf_mgr_add_bufs()
646 ps_mv_buf = (mv_buf_t *)pu1_buf; in ihevcd_mv_buf_mgr_add_bufs()
647 pu1_buf += max_dpb_size * sizeof(mv_buf_t); in ihevcd_mv_buf_mgr_add_bufs()
649 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()
825 mv_buf_t *ps_mv_buf; in ihevcd_parse_pic_init()
879 …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()
963 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);
960 mv_buf_t *ps_mv_buf; in ihevcd_parse_slice_header()
965 ps_mv_buf = (mv_buf_t *)ps_codec->ps_mv_buf; in ihevcd_parse_slice_header()
1011 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.c2394 mv_buf_t *ps_mv_buf = ps_codec->s_parse.ps_cur_mv_buf; in ihevcd_parse_slice_data()
2423 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()
2434 … 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.c2041 size = (max_dpb_size + 1) * sizeof(mv_buf_t); in ihevcd_allocate_dynamic_bufs()
/external/libavc/encoder/
Dih264e_utils.c889 mv_buf_t *ps_mv_buf = NULL; in ih264e_mv_buf_mgr_add_bufs()
908 pu1_buf += BUF_MGR_MAX_CNT * sizeof(mv_buf_t); in ih264e_mv_buf_mgr_add_bufs()
914 - (BUF_MGR_MAX_CNT * sizeof(mv_buf_t)); in ih264e_mv_buf_mgr_add_bufs()
1411 mv_buf_t *ps_mv_buf = NULL; in ih264e_pic_init()
1421 mv_buf_t *aps_mv_buf[MAX_REF_PIC_CNT] = {NULL, NULL}; in ih264e_pic_init()
1602 mv_buf_t *ps_mv_buf_to_free[] = { NULL, NULL }; in ih264e_pic_init()
1709 ps_mv_buf = (mv_buf_t *) ih264_buf_mgr_get_next_free( in ih264e_pic_init()
Dih264e_structs.h664 } mv_buf_t; typedef
682 mv_buf_t *ps_mv_buf;
1965 mv_buf_t *ps_cur_mv_buf;
2057 mv_buf_t *aps_mv_buf[MAX_REF_PIC_CNT];
Dih264e_encode.c653 mv_buf_t *ps_cur_mv_buf; in ih264e_encode()
Dih264e_process.c1237 mv_buf_t *ps_cur_mv_buf = ps_proc->ps_cur_mv_buf; in ih264e_init_proc_ctxt()
2337 mv_buf_t *ps_cur_mv_buf = ps_proc->ps_cur_mv_buf; in ih264e_process()
Dih264e_api.c3492 ps_mem_rec->u4_mem_size += BUF_MGR_MAX_CNT * sizeof(mv_buf_t); in ih264e_fill_num_mem_rec()