Home | History | Annotate | Download | only in decoder

Lines Matching refs:e_pic_type

662     ps_dec->e_pic_type = (e_pic_type_t)impeg2d_bit_stream_get(ps_stream,3);
663 if((ps_dec->e_pic_type < I_PIC) || (ps_dec->e_pic_type > D_PIC))
672 if(ps_dec->e_pic_type == P_PIC || ps_dec->e_pic_type == B_PIC)
677 if(ps_dec->e_pic_type == B_PIC)
1147 ps_dec_thd->e_pic_type = ps_dec->e_pic_type;