Home | History | Annotate | Download | only in encoder

Lines Matching refs:e_pic_type

57     picture_type_e e_pic_type; /* I,P,B */
656 ps_pic_handling->as_pic_stack[i4_b_pic_idx].e_pic_type = B_PIC;
736 ps_pic_handling->as_pic_stack[i4_ref_pic_idx].e_pic_type = I_PIC;
770 ps_pic_handling->as_pic_stack[i4_ref_pic_idx].e_pic_type = P_PIC;
891 ps_pic_details->e_pic_type = BUF_PIC;
903 if((ps_pic_handling->i4_force_I_frame == 1) && (ps_pic_details->e_pic_type == I_PIC))
922 if(s_pic_details.e_pic_type == I_PIC)
928 else if(s_pic_details.e_pic_type == P_PIC)
962 *pe_pic_type = s_pic_details.e_pic_type;
1406 picture_type_e e_pic_type,
1432 if(i4_is_scd_I_frame || e_pic_type == I_PIC)
1497 void skip_encoded_frame(pic_handling_t *ps_pic_handling, picture_type_e e_pic_type)
1514 if(((e_pic_type == P_PIC) || (e_pic_type == I_PIC)) && (i4_next_pic_idx != i4_next_ref_pic_idx))
1564 ps_pic_handling->as_pic_stack[i4_first_b_pic_idx].e_pic_type = P_PIC; /*e_ref_pic_type*/
1604 if(s_prev_pic_details.e_pic_type == B_PIC)
1610 ps_pic_handling->as_pic_stack[i4_ref_pic_idx].e_pic_type = P_PIC;
1614 ps_pic_handling->as_pic_stack[i4_prev_b_pic_idx].e_pic_type = MAX_PIC_TYPE;
1622 ps_pic_handling->as_pic_stack[i4_ref_pic_idx].e_pic_type = MAX_PIC_TYPE;
1628 ps_pic_handling->as_pic_stack[i4_b_pic_idx].e_pic_type = MAX_PIC_TYPE;
1656 pic_handling_t *ps_pic_handling, WORD32 i4_enc_pic_id, picture_type_e e_pic_type)
1697 e_out_pic_type = e_pic_type;
1700 if(e_pic_type == B_PIC)
1719 else if((e_pic_type == I_PIC) || (e_pic_type == P_PIC))
1754 if(e_pic_type != B_PIC)
1768 if((e_pic_type == I_PIC) && (!ps_pic_handling->i4_is_first_gop))
1777 e_out_pic_type = e_pic_type;
1797 ps_pic_handling->as_pic_stack[ps_pic_handling->i4_stack_count].e_pic_type = e_out_pic_type;