Searched refs:ff_h263_inter_MCBPC_bits (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | h263data.h | 47 extern const uint8_t ff_h263_inter_MCBPC_bits[28];
|
D | h263data.c | 47 const uint8_t ff_h263_inter_MCBPC_bits[28] = { variable
|
D | h263.h | 143 int score= ff_h263_inter_MCBPC_bits[i + offset] * lambda; in get_p_cbp()
|
D | ituh263enc.c | 481 ff_h263_inter_MCBPC_bits[cbpc], in ff_h263_encode_mb() 508 ff_h263_inter_MCBPC_bits[cbpc+16], in ff_h263_encode_mb() 607 ff_h263_inter_MCBPC_bits[cbpc + 4], in ff_h263_encode_mb()
|
D | mpeg4videoenc.c | 706 ff_h263_inter_MCBPC_bits[cbpc], in ff_mpeg4_encode_mb() 733 ff_h263_inter_MCBPC_bits[cbpc], in ff_mpeg4_encode_mb() 766 ff_h263_inter_MCBPC_bits[cbpc + 16], in ff_mpeg4_encode_mb() 833 ff_h263_inter_MCBPC_bits[cbpc + 4], in ff_mpeg4_encode_mb()
|
D | ituh263dec.c | 117 ff_h263_inter_MCBPC_bits, 1, 1, in ff_h263_decode_init_vlc()
|