Home
last modified time | relevance | path

Searched refs:pb_frame (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dintelh263dec.c70 s->pb_frame = get_bits1(&s->gb); in ff_intel_h263_decode_picture_header()
89 s->pb_frame = 2; in ff_intel_h263_decode_picture_header()
113 if(s->pb_frame){ in ff_intel_h263_decode_picture_header()
Dituh263dec.c611 static int h263_get_modb(GetBitContext *gb, int pb_frame, int *cbpb) in h263_get_modb() argument
615 if (pb_frame < 3) { // h.263 Annex G and i263 PB-frame in h263_get_modb()
617 if (pb_frame == 2 && c) in h263_get_modb()
734 if(s->pb_frame && get_bits1(&s->gb)) in ff_h263_decode_mb()
735 pb_mv_count = h263_get_modb(&s->gb, s->pb_frame, &cbpb); in ff_h263_decode_mb()
944 if(s->pb_frame && get_bits1(&s->gb)) in ff_h263_decode_mb()
945 pb_mv_count = h263_get_modb(&s->gb, s->pb_frame, &cbpb); in ff_h263_decode_mb()
956 pb_mv_count += !!s->pb_frame; in ff_h263_decode_mb()
971 if(s->pb_frame && h263_skip_b_part(s, cbpb) < 0) in ff_h263_decode_mb()
1068 s->pb_frame = get_bits1(&s->gb); in ff_h263_decode_picture_header()
[all …]
Drv10.c100 int mb_count, pb_frame, marker, mb_xy; in rv10_decode_picture_header() local
112 pb_frame = get_bits1(&s->gb); in rv10_decode_picture_header()
114 ff_dlog(s->avctx, "pict_type=%d pb_frame=%d\n", s->pict_type, pb_frame); in rv10_decode_picture_header()
116 if (pb_frame) { in rv10_decode_picture_header()
Dmpegvideo.h106 int pb_frame; ///< PB-frame mode (0 = none, 1 = base, 2 = improved) member