Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_parse_slice_header.c183 for(i = 0; i < ps_slice_hdr->i1_num_ref_idx_l1_active; i++) in ihevcd_ref_pic_list_modification()
542 ps_slice_hdr->i1_num_ref_idx_l1_active = 0; in ihevcd_parse_slice_header()
559 ps_slice_hdr->i1_num_ref_idx_l1_active = value + 1; in ihevcd_parse_slice_header()
569 … ps_slice_hdr->i1_num_ref_idx_l1_active = ps_pps->i1_num_ref_idx_l1_default_active; in ihevcd_parse_slice_header()
574 …ps_slice_hdr->i1_num_ref_idx_l1_active = CLIP3(ps_slice_hdr->i1_num_ref_idx_l1_active, 0, MAX_DPB_… in ihevcd_parse_slice_header()
613 … (!ps_slice_hdr->i1_collocated_from_l0_flag && (ps_slice_hdr->i1_num_ref_idx_l1_active > 1))) in ihevcd_parse_slice_header()
952 for(r_idx = 0; r_idx < ps_slice_hdr->i1_num_ref_idx_l1_active; r_idx++) in ihevcd_parse_slice_header()
961 for(r_idx = ps_slice_hdr->i1_num_ref_idx_l1_active; r_idx < MAX_DPB_SIZE; r_idx++) in ihevcd_parse_slice_header()
Dihevcd_ref_list.c443 …um_total_curr > ps_slice_hdr->i1_num_ref_idx_l1_active ? (WORD32)u4_num_total_curr : ps_slice_hdr-… in ihevcd_ref_list()
476 for(r_idx = 0; (WORD32)r_idx < ps_slice_hdr->i1_num_ref_idx_l1_active; r_idx++) in ihevcd_ref_list()
Dihevcd_parse_headers.c246 for(i = 0; i < ps_slice_hdr->i1_num_ref_idx_l1_active; i++) in ihevcd_parse_pred_wt_ofst()
254 for(i = 0; i < ps_slice_hdr->i1_num_ref_idx_l1_active; i++) in ihevcd_parse_pred_wt_ofst()
262 for(i = 0; i < ps_slice_hdr->i1_num_ref_idx_l1_active; i++) in ihevcd_parse_pred_wt_ofst()
268 for(i = 0; i < ps_slice_hdr->i1_num_ref_idx_l1_active; i++) in ihevcd_parse_pred_wt_ofst()
Dihevcd_utils.c926 for(r_idx = 0; r_idx < ps_slice_hdr->i1_num_ref_idx_l1_active; r_idx++) in ihevcd_parse_pic_init()
935 for(r_idx = ps_slice_hdr->i1_num_ref_idx_l1_active; r_idx < MAX_DPB_SIZE; r_idx++) in ihevcd_parse_pic_init()
Dihevcd_mv_merge.c907 … 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_parse_slice.c723 WORD32 active_refs = ps_slice_hdr->i1_num_ref_idx_l1_active; in ihevcd_parse_pu_mvp()
2279 if(ps_slice_hdr->i1_num_ref_idx_l1_active != 0) in ihevcd_parse_slice_data()
2281 for(i = 0; i < ps_slice_hdr->i1_num_ref_idx_l1_active; i++) in ihevcd_parse_slice_data()
2315 for(i = 0; i < ps_slice_hdr->i1_num_ref_idx_l1_active; i++) in ihevcd_parse_slice_data()
/external/libavc/common/
Dih264_structs.h1349 WORD8 i1_num_ref_idx_l1_active; member
/external/libavc/encoder/
Dih264e_encode_header.c532 …PUT_BITS_UEV(ps_bitstrm, ps_slice_hdr->i1_num_ref_idx_l1_active - 1, return_status, "num_ref_idx_l… in ih264e_generate_slice_header()
/external/libhevc/common/
Dihevc_structs.h2703 WORD8 i1_num_ref_idx_l1_active; member