Searched refs:ff_h263_cbpy_tab (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | ituh263enc.c | 484 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()
|
D | h263data.h | 52 extern const uint8_t ff_h263_cbpy_tab[16][2];
|
D | h263data.c | 82 const uint8_t ff_h263_cbpy_tab[16][2] = { variable
|
D | msmpeg4enc.c | 406 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()
|
D | mpeg4videoenc.c | 709 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()
|
D | h263.h | 154 int score= ff_h263_cbpy_tab[i ^ 0xF][1] * lambda; in get_p_cbp()
|
D | ituh263dec.c | 120 &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()
|