Searched defs:pic_handling_t (Results 1 – 2 of 2) sorted by relevance
62 typedef struct pic_handling_t struct66 i4_intra_frm_int; /* Number of frames after which an I frame will repeat in display order */67 WORD32 i4_inter_frm_int; /* (num_b_pics_in_subgop + 1) */68 WORD32 i4_idr_period; /* IDR frame interval, HEVC specific implementation*/70 i4_max_inter_frm_int; /* After these many buffered frames, the pics are encoded */71 WORD32 i4_is_gop_closed; /* OPEN or CLOSED */73 i4_num_gop_in_idr_period; /* number of open GOPs between two closed GOP*/75 i4_open_gop_count; /* when open GOP count == i4_num_open_gop then insert a closed GOP*/79 … as_pic_stack[MAX_INTER_FRM_INT + 2]; /* Stack used to store the input pics in encode order */82 WORD32 i4_buf_pic_no; /* Decides whether a B or ref pic */[all …]
53 typedef struct pic_handling_t struct60 WORD32 i4_intra_frm_int;63 WORD32 i4_inter_frm_int;66 WORD32 i4_max_inter_frm_int;69 WORD32 i4_is_gop_closed;73 pic_details_t as_pic_stack[MAX_INTER_FRM_INT + 2];80 WORD32 i4_buf_pic_no;83 WORD32 i4_pic_disp_order_no;86 WORD32 i4_p_count_in_gop;89 WORD32 i4_b_count_in_gop;[all …]