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

  /external/libhevc/decoder/
ihevcd_parse_slice_header.c 924 mv_buf_t *ps_mv_buf_ref; local
    [all...]
ihevcd_utils.c 878 mv_buf_t *ps_mv_buf_ref; local
887 ps_mv_buf_ref = ps_mv_buf;
891 ps_mv_buf_ref = ihevcd_mv_mgr_get_poc(ps_mv_buf_mgr, ps_pic_buf_ref->i4_abs_poc);
899 ps_slice_hdr->as_ref_pic_list0[r_idx].pv_mv_buf = (void *)ps_mv_buf_ref;
906 ps_slice_hdr->as_ref_pic_list0[r_idx].pv_mv_buf = (void *)ps_mv_buf_ref;
914 ps_slice_hdr->as_ref_pic_list1[r_idx].pv_mv_buf = (void *)ps_mv_buf_ref;
921 ps_slice_hdr->as_ref_pic_list1[r_idx].pv_mv_buf = (void *)ps_mv_buf_ref;
    [all...]

Completed in 2442 milliseconds