Lines Matching defs:pb_frame
701 static int h263_get_modb(GetBitContext *gb, int pb_frame, int *cbpb)
705 if (pb_frame < 3) { // h.263 Annex G and i263 PB-frame
707 if (pb_frame == 2 && c)
824 if(s->pb_frame && get_bits1(&s->gb))
825 pb_mv_count = h263_get_modb(&s->gb, s->pb_frame, &cbpb);
1034 if(s->pb_frame && get_bits1(&s->gb))
1035 pb_mv_count = h263_get_modb(&s->gb, s->pb_frame, &cbpb);
1046 pb_mv_count += !!s->pb_frame;
1061 if(s->pb_frame && h263_skip_b_part(s, cbpb) < 0)
1157 s->pb_frame = get_bits1(&s->gb);
1213 case 2: s->pict_type= AV_PICTURE_TYPE_P;s->pb_frame = 3;break;
1317 if (s->pb_frame) {