Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_parse_slice_header.c168 for(i = 0; i < ps_slice_hdr->i1_num_ref_idx_l0_active; i++) in ihevcd_ref_pic_list_modification()
541 ps_slice_hdr->i1_num_ref_idx_l0_active = 0; in ihevcd_parse_slice_header()
554 ps_slice_hdr->i1_num_ref_idx_l0_active = value + 1; in ihevcd_parse_slice_header()
565 ps_slice_hdr->i1_num_ref_idx_l0_active = ps_pps->i1_num_ref_idx_l0_default_active; in ihevcd_parse_slice_header()
573 …ps_slice_hdr->i1_num_ref_idx_l0_active = CLIP3(ps_slice_hdr->i1_num_ref_idx_l0_active, 0, MAX_DPB_… in ihevcd_parse_slice_header()
612 … if((ps_slice_hdr->i1_collocated_from_l0_flag && (ps_slice_hdr->i1_num_ref_idx_l0_active > 1)) || in ihevcd_parse_slice_header()
940 for(r_idx = 0; r_idx < ps_slice_hdr->i1_num_ref_idx_l0_active; r_idx++) in ihevcd_parse_slice_header()
949 for(r_idx = ps_slice_hdr->i1_num_ref_idx_l0_active; r_idx < MAX_DPB_SIZE; r_idx++) in ihevcd_parse_slice_header()
Dihevcd_ref_list.c391 …um_total_curr > ps_slice_hdr->i1_num_ref_idx_l0_active ? (WORD32)u4_num_total_curr : ps_slice_hdr-… in ihevcd_ref_list()
427 for(r_idx = 0; (WORD32)r_idx < ps_slice_hdr->i1_num_ref_idx_l0_active; r_idx++) in ihevcd_ref_list()
Dihevcd_mv_merge.c904 num_ref_idx = ps_slice_hdr->i1_num_ref_idx_l0_active; in ihevcd_mv_merge()
907 … num_ref_idx = MIN(ps_slice_hdr->i1_num_ref_idx_l0_active, ps_slice_hdr->i1_num_ref_idx_l1_active); in ihevcd_mv_merge()
Dihevcd_utils.c894 for(r_idx = 0; r_idx < ps_slice_hdr->i1_num_ref_idx_l0_active; r_idx++) in ihevcd_parse_pic_init()
903 for(r_idx = ps_slice_hdr->i1_num_ref_idx_l0_active; r_idx < MAX_DPB_SIZE; r_idx++) in ihevcd_parse_pic_init()
Dihevcd_parse_headers.c167 for(i = 0; i < ps_slice_hdr->i1_num_ref_idx_l0_active; i++) in ihevcd_parse_pred_wt_ofst()
177 for(i = 0; i < ps_slice_hdr->i1_num_ref_idx_l0_active; i++) in ihevcd_parse_pred_wt_ofst()
185 for(i = 0; i < ps_slice_hdr->i1_num_ref_idx_l0_active; i++) in ihevcd_parse_pred_wt_ofst()
192 for(i = 0; i < ps_slice_hdr->i1_num_ref_idx_l0_active; i++) in ihevcd_parse_pred_wt_ofst()
Dihevcd_parse_slice.c674 WORD32 active_refs = ps_slice_hdr->i1_num_ref_idx_l0_active; in ihevcd_parse_pu_mvp()
2289 if(ps_slice_hdr->i1_num_ref_idx_l0_active != 0) in ihevcd_parse_slice_data()
2291 for(i = 0; i < ps_slice_hdr->i1_num_ref_idx_l0_active; i++) in ihevcd_parse_slice_data()
2305 for(i = 0; i < ps_slice_hdr->i1_num_ref_idx_l0_active; i++) in ihevcd_parse_slice_data()
/external/libhevc/common/
Dihevc_structs.h2647 WORD8 i1_num_ref_idx_l0_active; member