HomeSort by relevance Sort by last modified time
    Searched refs:mv_buf_t (Results 1 - 12 of 12) 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);
681 mv_buf_t *ps_mv_buf;
702 ps_mv_buf = (mv_buf_t *)pu1_buf;
703 pu1_buf += (MAX_DPB_SIZE + 1) * sizeof(mv_buf_t);
705 mv_bank_size_allocated = ps_codec->i4_total_mv_bank_size - (MAX_DPB_SIZE + 1) * sizeof(mv_buf_t);
780 mv_buf_t *ps_mv_buf;
832 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);
895 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:__anon12504
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...]
  /external/libavc/encoder/
ih264e_structs.h 652 } mv_buf_t; typedef in typeref:struct:__anon11999
670 mv_buf_t *ps_mv_buf;
    [all...]
ih264e_utils.c 877 mv_buf_t *ps_mv_buf = NULL;
896 pu1_buf += BUF_MGR_MAX_CNT * sizeof(mv_buf_t);
902 - (BUF_MGR_MAX_CNT * sizeof(mv_buf_t));
    [all...]
ih264e_encode.c 567 mv_buf_t *ps_cur_mv_buf;
ih264e_process.c     [all...]
ih264e_api.c     [all...]

Completed in 526 milliseconds