Home
last modified time | relevance | path

Searched refs:ff_mvtab (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dituh263enc.c699 put_bits(pb, ff_mvtab[code][1], ff_mvtab[code][0]); in ff_h263_encode_motion()
713 put_bits(pb, ff_mvtab[code][1] + 1, (ff_mvtab[code][0] << 1) | sign); in ff_h263_encode_motion()
729 if(mv==0) len= ff_mvtab[0][1]; in init_mv_penalty_and_fcode()
741 len= ff_mvtab[code][1] + 1 + bit_size; in init_mv_penalty_and_fcode()
743 len= ff_mvtab[32][1] + av_log2(code>>5) + 2 + bit_size; in init_mv_penalty_and_fcode()
H A Dh263data.h54 extern const uint8_t ff_mvtab[33][2];
H A Dmsmpeg4enc.c346 put_bits(&s->pb, ff_mvtab[code][1], ff_mvtab[code][0]); in msmpeg4v2_encode_motion()
365 put_bits(&s->pb, ff_mvtab[code][1] + 1, (ff_mvtab[code][0] << 1) | sign); in msmpeg4v2_encode_motion()
H A Dh263enc.h46 return 1; /* ff_mvtab[0][1] */ in h263_get_motion_length()
56 return ff_mvtab[code][1] + 1 + bit_size; in h263_get_motion_length()
H A Dh263data.c88 const uint8_t ff_mvtab[33][2] = { variable
H A Dsvq1dec.c774 &ff_mvtab[0][1], 2, 1, in svq1_static_init()
775 &ff_mvtab[0][0], 2, 1, 176); in svq1_static_init()
H A Dituh263dec.c122 &ff_mvtab[0][1], 2, 1, in h263_decode_init_vlc()
123 &ff_mvtab[0][0], 2, 1, 538); in h263_decode_init_vlc()

Completed in 6 milliseconds