Searched refs:h263_long_vectors (Results 1 – 5 of 5) sorted by relevance
62 s->h263_long_vectors = get_bits1(&s->gb); in ff_intel_h263_decode_picture_header()69 s->unrestricted_mv = s->obmc || s->h263_long_vectors; in ff_intel_h263_decode_picture_header()
94 s->h263_long_vectors = 0; in ff_flv_decode_picture_header()
83 s->h263_long_vectors ? " LONG" : "", in ff_h263_show_pict_info()292 if (!s->h263_long_vectors) { in ff_h263_decode_motion()1059 s->h263_long_vectors = get_bits1(&s->gb); in ff_h263_decode_picture_header()1066 s->unrestricted_mv = s->h263_long_vectors || s->obmc; in ff_h263_decode_picture_header()
224 int h263_long_vectors; ///< use horrible H.263v1 long vector mode member
390 s->h263_long_vectors = ((uint8_t *) avctx->extradata)[3] & 1; in rv10_decode_init()