Home
last modified time | relevance | path

Searched refs:i1_num_ref_idx_l1_active (Results 1 – 16 of 16) 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()
578 ps_slice_hdr->i1_num_ref_idx_l1_active = 0; in ihevcd_parse_slice_header()
603 ps_slice_hdr->i1_num_ref_idx_l1_active = value + 1; in ihevcd_parse_slice_header()
612 … ps_slice_hdr->i1_num_ref_idx_l1_active = ps_pps->i1_num_ref_idx_l1_default_active; in ihevcd_parse_slice_header()
653 … (!ps_slice_hdr->i1_collocated_from_l0_flag && (ps_slice_hdr->i1_num_ref_idx_l1_active > 1))) in ihevcd_parse_slice_header()
666 if(value >= ps_slice_hdr->i1_num_ref_idx_l1_active) in ihevcd_parse_slice_header()
1042 for(r_idx = 0; r_idx < ps_slice_hdr->i1_num_ref_idx_l1_active; r_idx++) in ihevcd_parse_slice_header()
1051 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_utils.c1023 for(r_idx = 0; r_idx < ps_slice_hdr->i1_num_ref_idx_l1_active; r_idx++) in ihevcd_parse_pic_init()
1032 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_parse_headers.c281 for(i = 0; i < ps_slice_hdr->i1_num_ref_idx_l1_active; i++) in ihevcd_parse_pred_wt_ofst()
289 for(i = 0; i < ps_slice_hdr->i1_num_ref_idx_l1_active; i++) in ihevcd_parse_pred_wt_ofst()
297 for(i = 0; i < ps_slice_hdr->i1_num_ref_idx_l1_active; i++) in ihevcd_parse_pred_wt_ofst()
303 for(i = 0; i < ps_slice_hdr->i1_num_ref_idx_l1_active; i++) in ihevcd_parse_pred_wt_ofst()
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.c736 WORD32 active_refs = ps_slice_hdr->i1_num_ref_idx_l1_active; in ihevcd_parse_pu_mvp()
2396 if(ps_slice_hdr->i1_num_ref_idx_l1_active != 0) in ihevcd_parse_slice_data()
2398 for(i = 0; i < ps_slice_hdr->i1_num_ref_idx_l1_active; i++) in ihevcd_parse_slice_data()
2432 for(i = 0; i < ps_slice_hdr->i1_num_ref_idx_l1_active; i++) in ihevcd_parse_slice_data()
/external/libhevc/encoder/
Dihevce_entropy_interface.c765 ps_entropy_ctxt->ps_pic_level_info->i1_num_ref_idx_l1_active = in ihevce_entropy_encode_frame()
766 ps_entropy_ctxt->ps_slice_hdr->i1_num_ref_idx_l1_active; in ihevce_entropy_encode_frame()
779 for(i = 0; i < ps_entropy_ctxt->ps_slice_hdr->i1_num_ref_idx_l1_active; i++) in ihevce_entropy_encode_frame()
Dihevce_encode_header.c521 for(i = 0; i <= (ps_slice_hdr->i1_num_ref_idx_l1_active - 1); i++) in ref_pic_list_modification()
663 for(i = 0; i < ps_slice_hdr->i1_num_ref_idx_l1_active; i++) in ihevce_generate_pred_weight_table()
674 for(i = 0; i < ps_slice_hdr->i1_num_ref_idx_l1_active; i++) in ihevce_generate_pred_weight_table()
685 for(i = 0; i < ps_slice_hdr->i1_num_ref_idx_l1_active; i++) in ihevce_generate_pred_weight_table()
1766 ps_bitstrm, ps_slice_hdr->i1_num_ref_idx_l1_active - 1, return_status); in ihevce_generate_slice_header()
1768 "i1_num_ref_idx_l1_active", ps_slice_hdr->i1_num_ref_idx_l1_active - 1); in ihevce_generate_slice_header()
1804 (ps_slice_hdr->i1_num_ref_idx_l1_active > 1))) in ihevce_generate_slice_header()
3058 ps_slice_hdr->i1_num_ref_idx_l1_active = 1; in ihevce_populate_slice_header()
3088 (ps_slice_hdr->i1_num_ref_idx_l1_active > 1))) in ihevce_populate_slice_header()
Dihevce_mv_pred_merge.c562 num_ref_idx_l1_active = ps_ctxt->ps_slice_hdr->i1_num_ref_idx_l1_active; in ihevce_mv_pred_merge()
Dihevce_enc_structs.h1781 UWORD8 i1_num_ref_idx_l1_active; member
Dihevce_cabac_cu_pu.c883 WORD32 ref_l1_active = ps_slice_hdr->i1_num_ref_idx_l1_active; in ihevce_cabac_encode_inter_pu()
Dihevce_enc_loop_pass.c5903 if(ps_slice_hdr->i1_num_ref_idx_l1_active != 0) in ihevce_enc_loop_frame_init()
5906 for(i4_i = 0; i4_i < ps_slice_hdr->i1_num_ref_idx_l1_active; i4_i++) in ihevce_enc_loop_frame_init()
6133 if((ps_ctxt->s_mv_pred_ctxt.ps_slice_hdr->i1_num_ref_idx_l1_active > 0) && in ihevce_enc_loop_frame_init()
Dihevce_frame_process.c1678 ps_slice_header->i1_num_ref_idx_l1_active = num_ref_pics_list0 + num_ref_pics_list1; in ihevce_manage_ref_pics()
1957 ps_slice_header->i1_num_ref_idx_l1_active = MAX(1, ps_enc_ctxt->i4_num_ref_l1_active); in ihevce_manage_ref_pics()
/external/libavc/common/
Dih264_structs.h1349 WORD8 i1_num_ref_idx_l1_active; member
/external/libhevc/common/
Dihevc_structs.h3028 WORD8 i1_num_ref_idx_l1_active; member
/external/libavc/encoder/
Dih264e_encode_header.c924 …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()