Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dituh263dec.c611 static int h263_get_modb(GetBitContext *gb, int pb_frame, int *cbpb) in h263_get_modb() argument
625 *cbpb = get_bits(gb, 6); in h263_get_modb()
702 int cbpb = 0, pb_mv_count = 0; in ff_h263_decode_mb() local
735 pb_mv_count = h263_get_modb(&s->gb, s->pb_frame, &cbpb); in ff_h263_decode_mb()
945 pb_mv_count = h263_get_modb(&s->gb, s->pb_frame, &cbpb); in ff_h263_decode_mb()
971 if(s->pb_frame && h263_skip_b_part(s, cbpb) < 0) in ff_h263_decode_mb()