HomeSort by relevance Sort by last modified time
    Searched defs:ps_ref_list (Results 1 - 3 of 3) sorted by null

  /external/libhevc/decoder/
ihevcd_mv_merge.c 149 ref_list_t *ps_ref_list[2]; local
173 ps_ref_list[0] = ps_slice_hdr->as_ref_pic_list0;
174 ps_ref_list[1] = ps_slice_hdr->as_ref_pic_list1;
176 ps_ref_list[1] = ps_slice_hdr->as_ref_pic_list0;
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;
328 ps_pic_buf = (pic_buf_t *)((ps_ref_list[0][ref_idx_l0].pv_pic_buf));
374 ps_pic_buf = (pic_buf_t *)((ps_ref_list[1][ref_idx_l1].pv_pic_buf));
486 ref_list_t *ps_ref_list[2]; local
500 ps_ref_list[0] = ps_slice_hdr->as_ref_pic_list0
    [all...]
  /external/libhevc/encoder/
hme_defs.h 2902 recon_pic_buf_t *(*ps_ref_list)[HEVCE_MAX_REF_PICS * 2]; member in struct:__anon28473
    [all...]
ihevce_enc_loop_structs.h 895 recon_pic_buf_t *(*ps_ref_list)[HEVCE_MAX_REF_PICS * 2]; member in struct:__anon28563
957 recon_pic_buf_t *(*ps_ref_list)[HEVCE_MAX_REF_PICS * 2]; member in struct:__anon28564
    [all...]

Completed in 214 milliseconds