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

  /external/libhevc/decoder/
ihevcd_parse_slice_header.c 603 ps_slice_hdr->i1_collocated_ref_idx = 0;
616 ps_slice_hdr->i1_collocated_ref_idx = value;
620 ps_slice_hdr->i1_collocated_ref_idx = CLIP3(ps_slice_hdr->i1_collocated_ref_idx, 0, MAX_DPB_SIZE - 1);
    [all...]
ihevcd_mv_merge.c 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;
  /external/libhevc/common/
ihevc_structs.h 2672 WORD8 i1_collocated_ref_idx; member in struct:__anon27542
    [all...]

Completed in 31 milliseconds