Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_parse_slice.c674 WORD32 active_refs = ps_slice_hdr->i1_num_ref_idx_l0_active; in ihevcd_parse_pu_mvp() local
678 if(active_refs > 1) in ihevcd_parse_pu_mvp()
685 if((active_refs > 2) && ref_idx) in ihevcd_parse_pu_mvp()
692 if((active_refs > 3) && value) in ihevcd_parse_pu_mvp()
697 (active_refs - 3) in ihevcd_parse_pu_mvp()
723 WORD32 active_refs = ps_slice_hdr->i1_num_ref_idx_l1_active; in ihevcd_parse_pu_mvp() local
727 if(active_refs > 1) in ihevcd_parse_pu_mvp()
735 if((active_refs > 2) && ref_idx) in ihevcd_parse_pu_mvp()
742 if((active_refs > 3) && value) in ihevcd_parse_pu_mvp()
747 (active_refs - 3) in ihevcd_parse_pu_mvp()