Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dituh263enc.c484 put_bits(&s->pb, ff_h263_cbpy_tab[cbpy][1], ff_h263_cbpy_tab[cbpy][0]); in ff_h263_encode_mb()
510 put_bits(&s->pb, ff_h263_cbpy_tab[cbpy][1], ff_h263_cbpy_tab[cbpy][0]); in ff_h263_encode_mb()
615 put_bits(&s->pb, ff_h263_cbpy_tab[cbpy][1], ff_h263_cbpy_tab[cbpy][0]); in ff_h263_encode_mb()
Dh263data.h52 extern const uint8_t ff_h263_cbpy_tab[16][2];
Dh263data.c82 const uint8_t ff_h263_cbpy_tab[16][2] = { variable
Dmsmpeg4enc.c406 ff_h263_cbpy_tab[coded_cbp>>2][1], in ff_msmpeg4_encode_mb()
407 ff_h263_cbpy_tab[coded_cbp>>2][0]); in ff_msmpeg4_encode_mb()
463 ff_h263_cbpy_tab[cbp>>2][1], in ff_msmpeg4_encode_mb()
464 ff_h263_cbpy_tab[cbp>>2][0]); in ff_msmpeg4_encode_mb()
Dmpeg4videoenc.c709 put_bits(pb2, ff_h263_cbpy_tab[cbpy][1], ff_h263_cbpy_tab[cbpy][0]); in ff_mpeg4_encode_mb()
736 put_bits(pb2, ff_h263_cbpy_tab[cbpy][1], ff_h263_cbpy_tab[cbpy][0]); in ff_mpeg4_encode_mb()
768 put_bits(pb2, ff_h263_cbpy_tab[cbpy][1], ff_h263_cbpy_tab[cbpy][0]); in ff_mpeg4_encode_mb()
838 put_bits(pb2, ff_h263_cbpy_tab[cbpy][1], ff_h263_cbpy_tab[cbpy][0]); in ff_mpeg4_encode_mb()
Dh263.h154 int score= ff_h263_cbpy_tab[i ^ 0xF][1] * lambda; in get_p_cbp()
Dituh263dec.c120 &ff_h263_cbpy_tab[0][1], 2, 1, in ff_h263_decode_init_vlc()
121 &ff_h263_cbpy_tab[0][0], 2, 1, 64); in ff_h263_decode_init_vlc()