HomeSort by relevance Sort by last modified time
    Searched refs:mv_buf_t (Results 1 - 7 of 7) sorted by null

  /external/libhevc/decoder/
ihevcd_ref_list.c 73 mv_buf_t* ihevcd_mv_mgr_get_poc(buf_mgr_t *ps_mv_buf_mgr, UWORD32 abs_poc)
76 mv_buf_t *ps_mv_buf = NULL;
82 ps_mv_buf = (mv_buf_t *)ps_mv_buf_mgr->apv_ptr[i];
102 mv_buf_t *ps_mv_buf;
498 mv_buf_t *ps_mv_buf;
505 ps_mv_buf = (mv_buf_t *)ps_codec->ps_mv_buf;
ihevcd_utils.c 80 mv_buf_t* ihevcd_mv_mgr_get_poc(buf_mgr_t *ps_mv_buf_mgr, UWORD32 abs_poc);
664 mv_buf_t *ps_mv_buf;
685 ps_mv_buf = (mv_buf_t *)pu1_buf;
686 pu1_buf += BUF_MGR_MAX_CNT * sizeof(mv_buf_t);
688 mv_bank_size_allocated = ps_codec->i4_total_mv_bank_size - BUF_MGR_MAX_CNT * sizeof(mv_buf_t);
763 mv_buf_t *ps_mv_buf;
815 ps_mv_buf = (mv_buf_t *)ihevc_buf_mgr_get_next_free((buf_mgr_t *)ps_codec->pv_mv_buf_mgr, &cur_mv_bank_buf_id);
878 mv_buf_t *ps_mv_buf_ref;
    [all...]
ihevcd_mv_merge.c 150 mv_buf_t *ps_mv_buf_col;
181 ps_mv_buf_col = (mv_buf_t *)ps_ref_list[1][ps_slice_hdr->i1_collocated_ref_idx].pv_mv_buf;
187 ps_mv_buf_col = (mv_buf_t *)ps_ref_list[0][ps_slice_hdr->i1_collocated_ref_idx].pv_mv_buf;
ihevcd_structs.h 215 }mv_buf_t; typedef in typeref:struct:__anon3400
1152 mv_buf_t *ps_cur_mv_buf;
    [all...]
ihevcd_parse_slice_header.c 75 mv_buf_t* ihevcd_mv_mgr_get_poc(buf_mgr_t *ps_mv_buf_mgr, UWORD32 abs_poc);
874 mv_buf_t *ps_mv_buf;
    [all...]
ihevcd_parse_slice.c     [all...]
ihevcd_api.c     [all...]

Completed in 77 milliseconds