Home | History | Annotate | Download | only in encoder

Lines Matching refs:P_PIC

169      * of a gop,this is a flag denoting if there is an extra P_PIC in the mixed
464 e_cur_pic_type = P_PIC;
469 i4_codn = (e_cur_pic_type == P_PIC);
498 else if(i4_temp_is_gop_closed && (e_previous_pic_type == P_PIC)
499 && (e_cur_pic_type != P_PIC))
615 i4_p_frms_in_prd = ps_pic_handling->i4_frms_in_cur_gop[P_PIC];
641 * I_PIC/P_PIC
647 * I_PIC/P_PIC
655 * 2) In case of CLOSED_GOP, the last frame of the gop has to be a P_PIC
790 /**** P_PIC ****/
793 ps_pic_handling->as_pic_stack[i4_ref_pic_idx].e_pic_type = P_PIC;
795 e_previous_pic_type = P_PIC;
812 * For the last P_PIC in a gop, if extra_p or incomp_b are
1090 ps_pic_handling->i4_frms_in_cur_gop[P_PIC] +=
1170 i4_frms_in_gop[P_PIC] = 0;
1179 i4_frms_in_gop[P_PIC] = ((i4_intra_frm_int - 2) / i4_inter_frm_int)
1194 i4_frms_in_gop[P_PIC] = ((i4_intra_frm_int - 1) / i4_inter_frm_int);
1199 i4_frms_in_gop[B_PIC] = (i4_intra_frm_int - 1 - i4_frms_in_gop[P_PIC]);
1287 && (ps_pic_handling->i4_rem_frms_in_gop[P_PIC] <= 0)
1337 if(((e_pic_type == P_PIC) || (e_pic_type == I_PIC))
1386 ps_pic_handling->as_pic_stack[i4_first_b_pic_idx].e_pic_type = P_PIC;
1397 ps_pic_handling->i4_rem_frms_in_gop[P_PIC]++;
1413 P_PIC
1435 ps_pic_handling->as_pic_stack[i4_ref_pic_idx].e_pic_type = P_PIC;
1542 else if((e_pic_type == I_PIC) || (e_pic_type == P_PIC))
1601 e_out_pic_type = P_PIC;
1602 ps_pic_handling->i4_rem_frms_in_gop[P_PIC]++;
1603 ps_pic_handling->i4_frms_in_cur_gop[P_PIC]++;
1604 ps_pic_handling->i4_frms_in_gop[P_PIC]++;
1614 == (ps_pic_handling->i4_frms_in_cur_gop[P_PIC]