Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_parse_slice.c687 WORD32 active_refs = ps_slice_hdr->i1_num_ref_idx_l0_active; in ihevcd_parse_pu_mvp() local
691 if(active_refs > 1) in ihevcd_parse_pu_mvp()
698 if((active_refs > 2) && ref_idx) in ihevcd_parse_pu_mvp()
705 if((active_refs > 3) && value) in ihevcd_parse_pu_mvp()
710 (active_refs - 3) in ihevcd_parse_pu_mvp()
736 WORD32 active_refs = ps_slice_hdr->i1_num_ref_idx_l1_active; in ihevcd_parse_pu_mvp() local
740 if(active_refs > 1) in ihevcd_parse_pu_mvp()
748 if((active_refs > 2) && ref_idx) in ihevcd_parse_pu_mvp()
755 if((active_refs > 3) && value) in ihevcd_parse_pu_mvp()
760 (active_refs - 3) in ihevcd_parse_pu_mvp()