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 921 mv_buf_t *ps_mv_buf_ref; local
    [all...]
ihevcd_utils.c 895 mv_buf_t *ps_mv_buf_ref; local
904 ps_mv_buf_ref = ps_mv_buf;
908 ps_mv_buf_ref = ihevcd_mv_mgr_get_poc(ps_mv_buf_mgr, ps_pic_buf_ref->i4_abs_poc);
916 ps_slice_hdr->as_ref_pic_list0[r_idx].pv_mv_buf = (void *)ps_mv_buf_ref;
923 ps_slice_hdr->as_ref_pic_list0[r_idx].pv_mv_buf = (void *)ps_mv_buf_ref;
931 ps_slice_hdr->as_ref_pic_list1[r_idx].pv_mv_buf = (void *)ps_mv_buf_ref;
938 ps_slice_hdr->as_ref_pic_list1[r_idx].pv_mv_buf = (void *)ps_mv_buf_ref;
    [all...]

Completed in 252 milliseconds