Home
last modified time | relevance | path

Searched refs:i1_collocated_ref_idx (Results 1 – 3 of 3) sorted by relevance

/external/libhevc/decoder/
Dihevcd_parse_slice_header.c618 ps_slice_hdr->i1_collocated_ref_idx = 0; in ihevcd_parse_slice_header()
631 ps_slice_hdr->i1_collocated_ref_idx = value; in ihevcd_parse_slice_header()
635 …ps_slice_hdr->i1_collocated_ref_idx = CLIP3(ps_slice_hdr->i1_collocated_ref_idx, 0, MAX_DPB_SIZE -… in ihevcd_parse_slice_header()
Dihevcd_mv_merge.c181 ps_mv_buf_col = (mv_buf_t *)ps_ref_list[1][ps_slice_hdr->i1_collocated_ref_idx].pv_mv_buf; in ihevcd_collocated_mvp()
187 ps_mv_buf_col = (mv_buf_t *)ps_ref_list[0][ps_slice_hdr->i1_collocated_ref_idx].pv_mv_buf; in ihevcd_collocated_mvp()
/external/libhevc/common/
Dihevc_structs.h2910 WORD8 i1_collocated_ref_idx; member