HomeSort by relevance Sort by last modified time
    Searched refs:MAX_DPB_SIZE (Results 1 - 10 of 10) sorted by null

  /external/libhevc/common/
ihevc_structs.h 1078 WORD16 ai2_delta_poc[MAX_DPB_SIZE];
1098 WORD8 ai1_used[MAX_DPB_SIZE];
1103 WORD8 ai1_ref_idc[MAX_DPB_SIZE];
1128 WORD8 i1_luma_weight_l0_flag[MAX_DPB_SIZE];
1131 WORD8 i1_chroma_weight_l0_flag[MAX_DPB_SIZE];
1134 WORD16 i2_luma_weight_l0[MAX_DPB_SIZE];
1137 WORD16 i2_luma_offset_l0[MAX_DPB_SIZE];
1140 WORD16 i2_chroma_weight_l0_cb[MAX_DPB_SIZE];
1143 WORD16 i2_chroma_offset_l0_cb[MAX_DPB_SIZE];
1146 WORD16 i2_chroma_weight_l0_cr[MAX_DPB_SIZE];
    [all...]
ihevc_dpb_mgr.h 41 #define MAX_DPB_BUFS (MAX_DPB_SIZE * 4)
ihevc_defs.h 225 #define MAX_DPB_SIZE 16
  /external/libhevc/decoder/
ihevcd_ref_list.c 108 WORD32 ai4_poc_st_curr_before[MAX_DPB_SIZE], ai4_poc_st_foll[MAX_DPB_SIZE], ai4_poc_st_curr_after[MAX_DPB_SIZE];
109 WORD32 ai4_poc_lt_curr[MAX_DPB_SIZE], ai4_poc_lt_foll[MAX_DPB_SIZE];
113 WORD8 ai1_curr_delta_poc_msb_present_flag[MAX_DPB_SIZE], ai1_foll_delta_poc_msb_present_flag[MAX_DPB_SIZE];
115 pic_buf_t *as_ref_pic_lt_curr[MAX_DPB_SIZE];
116 pic_buf_t *as_ref_pic_lt_foll[MAX_DPB_SIZE];
117 pic_buf_t *as_ref_pic_st_curr_after[MAX_DPB_SIZE];
    [all...]
ihevcd_structs.h 199 WORD32 l0_collocated_poc[MAX_SLICE_SEGMENTS_IN_FRAME][MAX_DPB_SIZE];
204 WORD8 u1_l0_collocated_poc_lt[MAX_SLICE_SEGMENTS_IN_FRAME][MAX_DPB_SIZE];
209 WORD32 l1_collocated_poc[MAX_SLICE_SEGMENTS_IN_FRAME][MAX_DPB_SIZE];
213 WORD32 u1_l1_collocated_poc_lt[MAX_SLICE_SEGMENTS_IN_FRAME][MAX_DPB_SIZE];
    [all...]
ihevcd_parse_slice_header.c 454 0, MAX_DPB_SIZE - num_neg_pics - num_pos_pics);
459 0, MAX_DPB_SIZE - num_neg_pics - num_pos_pics -
573 ps_slice_hdr->i1_num_ref_idx_l0_active = CLIP3(ps_slice_hdr->i1_num_ref_idx_l0_active, 0, MAX_DPB_SIZE - 1);
574 ps_slice_hdr->i1_num_ref_idx_l1_active = CLIP3(ps_slice_hdr->i1_num_ref_idx_l1_active, 0, MAX_DPB_SIZE - 1);
620 ps_slice_hdr->i1_collocated_ref_idx = CLIP3(ps_slice_hdr->i1_collocated_ref_idx, 0, MAX_DPB_SIZE - 1);
    [all...]
ihevcd_utils.c 169 * For given width, height and level number of max_dpb_size is computed as per
190 WORD32 max_dpb_size; local
198 max_dpb_size = MIN(4 * MAX_DPB_PIC_BUF, 16);
202 max_dpb_size = MIN(2 * MAX_DPB_PIC_BUF, 16);
206 max_dpb_size = MIN((4 * MAX_DPB_PIC_BUF) / 3, 16);
210 max_dpb_size = MAX_DPB_PIC_BUF;
213 return max_dpb_size;
256 WORD32 max_dpb_size; local
263 max_dpb_size = ihevcd_get_dpb_size(level, pic_size);
266 max_num_bufs = (2 * max_dpb_size + 1)
538 WORD32 max_dpb_size; local
658 WORD32 max_dpb_size; local
    [all...]
ihevcd_parse_headers.c 451 num_neg_pics = CLIP3(num_neg_pics, 0, MAX_DPB_SIZE - 1);
452 num_pos_pics = CLIP3(num_pos_pics, 0, (MAX_DPB_SIZE - 1 - num_neg_pics));
499 MAX_DPB_SIZE - 1);
505 (MAX_DPB_SIZE - 1 - ps_stref_picset->i1_num_neg_pics));
    [all...]
ihevcd_parse_slice.c 705 ref_idx = CLIP3(ref_idx, 0, MAX_DPB_SIZE - 1);
756 ref_idx = CLIP3(ref_idx, 0, MAX_DPB_SIZE - 1);
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_vui.c 49 #define MAX_DPB_SIZE 16
373 pVuiParameters->numReorderFrames = MAX_DPB_SIZE;
374 pVuiParameters->maxDecFrameBuffering = MAX_DPB_SIZE;

Completed in 208 milliseconds