Searched refs:pb_frame (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | intelh263dec.c | 72 s->pb_frame = get_bits1(&s->gb); in ff_intel_h263_decode_picture_header() 91 s->pb_frame = 2; in ff_intel_h263_decode_picture_header() 115 if(s->pb_frame){ in ff_intel_h263_decode_picture_header()
|
D | ituh263dec.c | 701 static int h263_get_modb(GetBitContext *gb, int pb_frame, int *cbpb) in h263_get_modb() argument 705 if (pb_frame < 3) { // h.263 Annex G and i263 PB-frame in h263_get_modb() 707 if (pb_frame == 2 && c) in h263_get_modb() 824 if(s->pb_frame && get_bits1(&s->gb)) in ff_h263_decode_mb() 825 pb_mv_count = h263_get_modb(&s->gb, s->pb_frame, &cbpb); in ff_h263_decode_mb() 1034 if(s->pb_frame && get_bits1(&s->gb)) in ff_h263_decode_mb() 1035 pb_mv_count = h263_get_modb(&s->gb, s->pb_frame, &cbpb); in ff_h263_decode_mb() 1046 pb_mv_count += !!s->pb_frame; in ff_h263_decode_mb() 1061 if(s->pb_frame && h263_skip_b_part(s, cbpb) < 0) in ff_h263_decode_mb() 1157 s->pb_frame = get_bits1(&s->gb); in ff_h263_decode_picture_header() [all …]
|
D | rv10.c | 103 int mb_count, pb_frame, marker, mb_xy; in rv10_decode_picture_header() local 115 pb_frame = get_bits1(&s->gb); in rv10_decode_picture_header() 117 ff_dlog(s->avctx, "pict_type=%d pb_frame=%d\n", s->pict_type, pb_frame); in rv10_decode_picture_header() 119 if (pb_frame) { in rv10_decode_picture_header()
|
D | mpegvideo.h | 90 int pb_frame; ///< PB-frame mode (0 = none, 1 = base, 2 = improved) member
|