Home
last modified time | relevance | path

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

/external/libhevc/common/
Dihevc_structs.h1992 WORD16 ai2_delta_poc[MAX_DPB_SIZE];
2012 WORD8 ai1_used[MAX_DPB_SIZE];
2017 WORD8 ai1_ref_idc[MAX_DPB_SIZE];
2043 WORD8 i1_luma_weight_l0_flag[MAX_DPB_SIZE];
2046 WORD8 i1_chroma_weight_l0_flag[MAX_DPB_SIZE];
2049 WORD16 i2_luma_weight_l0[MAX_DPB_SIZE];
2052 WORD16 i2_luma_offset_l0[MAX_DPB_SIZE];
2055 WORD16 i2_chroma_weight_l0_cb[MAX_DPB_SIZE];
2058 WORD16 i2_chroma_offset_l0_cb[MAX_DPB_SIZE];
2061 WORD16 i2_chroma_weight_l0_cr[MAX_DPB_SIZE];
[all …]
Dihevc_dpb_mgr.h41 #define MAX_DPB_BUFS (MAX_DPB_SIZE * 4)
Dihevc_defs.h274 #define MAX_DPB_SIZE 16 macro
/external/libavc/common/
Dih264_structs.h1369 ref_list_t as_ref_pic_list0[MAX_DPB_SIZE];
1374 ref_list_t as_ref_pic_list1[MAX_DPB_SIZE];
1487 UWORD8 au1_luma_weight_l0_flag[MAX_DPB_SIZE];
1491 WORD16 ai2_luma_weight_l0[MAX_DPB_SIZE];
1495 WORD8 ai1_luma_offset_l0[MAX_DPB_SIZE];
1498 UWORD8 au1_chroma_weight_l0_flag[MAX_DPB_SIZE];
1502 WORD16 ai2_chroma_weight_l0[MAX_DPB_SIZE][2];
1506 WORD8 ai1_chroma_offset_l0[MAX_DPB_SIZE][2];
1509 UWORD8 au1_luma_weight_l1_flag[MAX_DPB_SIZE];
1513 WORD16 ai2_luma_weight_l1[MAX_DPB_SIZE];
[all …]
Dih264_dpb_mgr.h43 #define MAX_DPB_BUFS (MAX_DPB_SIZE * 4)
Dih264_defs.h461 #define MAX_DPB_SIZE 16 macro
/external/libhevc/decoder/
Dihevcd_ref_list.c108 …WORD32 ai4_poc_st_curr_before[MAX_DPB_SIZE], ai4_poc_st_foll[MAX_DPB_SIZE], ai4_poc_st_curr_after[ in ihevcd_ref_list()
109 WORD32 ai4_poc_lt_curr[MAX_DPB_SIZE], ai4_poc_lt_foll[MAX_DPB_SIZE]; in ihevcd_ref_list()
113 …WORD8 ai1_curr_delta_poc_msb_present_flag[MAX_DPB_SIZE], ai1_foll_delta_poc_msb_present_flag[MAX_D… in ihevcd_ref_list()
115 pic_buf_t *as_ref_pic_lt_curr[MAX_DPB_SIZE]; in ihevcd_ref_list()
116 pic_buf_t *as_ref_pic_lt_foll[MAX_DPB_SIZE]; in ihevcd_ref_list()
117 pic_buf_t *as_ref_pic_st_curr_after[MAX_DPB_SIZE]; in ihevcd_ref_list()
118 pic_buf_t *as_ref_pic_st_curr_before[MAX_DPB_SIZE]; in ihevcd_ref_list()
119 pic_buf_t *as_ref_pic_st_foll[MAX_DPB_SIZE]; in ihevcd_ref_list()
121 pic_buf_t *as_ref_pic_list_temp0[MAX_DPB_SIZE], *as_ref_pic_list_temp1[MAX_DPB_SIZE]; in ihevcd_ref_list()
Dihevcd_parse_slice_header.c462 … 0, MAX_DPB_SIZE - num_neg_pics - num_pos_pics); in ihevcd_parse_slice_header()
467 … 0, MAX_DPB_SIZE - num_neg_pics - num_pos_pics - in ihevcd_parse_slice_header()
588 …hdr->i1_num_ref_idx_l0_active = CLIP3(ps_slice_hdr->i1_num_ref_idx_l0_active, 0, MAX_DPB_SIZE - 1); in ihevcd_parse_slice_header()
589 …hdr->i1_num_ref_idx_l1_active = CLIP3(ps_slice_hdr->i1_num_ref_idx_l1_active, 0, MAX_DPB_SIZE - 1); in ihevcd_parse_slice_header()
635 …slice_hdr->i1_collocated_ref_idx = CLIP3(ps_slice_hdr->i1_collocated_ref_idx, 0, MAX_DPB_SIZE - 1); in ihevcd_parse_slice_header()
911 for(r_idx = 0; r_idx < MAX_DPB_SIZE; r_idx++) in ihevcd_parse_slice_header()
963 for(r_idx = ps_slice_hdr->i1_num_ref_idx_l0_active; r_idx < MAX_DPB_SIZE; r_idx++) in ihevcd_parse_slice_header()
978 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_structs.h199 WORD32 ai4_l0_collocated_poc[MAX_SLICE_HDR_CNT][MAX_DPB_SIZE];
204 WORD8 ai1_l0_collocated_poc_lt[MAX_SLICE_HDR_CNT][MAX_DPB_SIZE];
209 WORD32 ai4_l1_collocated_poc[MAX_SLICE_HDR_CNT][MAX_DPB_SIZE];
213 WORD8 ai1_l1_collocated_poc_lt[MAX_SLICE_HDR_CNT][MAX_DPB_SIZE];
Dihevcd_parse_headers.c450 num_neg_pics = CLIP3(num_neg_pics, 0, MAX_DPB_SIZE - 1); in ihevcd_short_term_ref_pic_set()
451 num_pos_pics = CLIP3(num_pos_pics, 0, (MAX_DPB_SIZE - 1 - num_neg_pics)); in ihevcd_short_term_ref_pic_set()
498 MAX_DPB_SIZE - 1); in ihevcd_short_term_ref_pic_set()
504 … (MAX_DPB_SIZE - 1 - ps_stref_picset->i1_num_neg_pics)); in ihevcd_short_term_ref_pic_set()
1417 if(value < 0 || (value + 1) > MAX_DPB_SIZE) in ihevcd_parse_sps()
Dihevcd_utils.c1017 for(r_idx = ps_slice_hdr->i1_num_ref_idx_l0_active; r_idx < MAX_DPB_SIZE; 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_slice.c718 ref_idx = CLIP3(ref_idx, 0, MAX_DPB_SIZE - 1); in ihevcd_parse_pu_mvp()
769 ref_idx = CLIP3(ref_idx, 0, MAX_DPB_SIZE - 1); in ihevcd_parse_pu_mvp()
/external/libavc/encoder/
Dih264e_structs.h2525 ref_set_t as_ref_set[MAX_DPB_SIZE + MAX_CTXT_SETS];
Dih264e_utils.c615 MIN( 1024 * max_dpb_size_bytes / ( pic_size * 3 ), MAX_DPB_SIZE ); in ih264e_get_dpb_size()
Dih264e_api.c2635 sizeof(ref_set_t) * (MAX_DPB_SIZE + MAX_CTXT_SETS)); in ih264e_init()
2636 for (i = 0; i < (MAX_DPB_SIZE + MAX_CTXT_SETS); i++) in ih264e_init()