Searched defs:cbpy (Results 1 – 6 of 6) sorted by relevance
| /third_party/ffmpeg/libavcodec/ |
| D | h263.h | 138 int cbpc = (-1), cbpy= (-1); in get_p_cbp() local
|
| D | mpeg4videodec.c | 901 int cbpy = get_vlc2(&s->gb, ff_h263_cbpy_vlc.table, CBPY_VLC_BITS, 1); in mpeg4_decode_partition_b() local 915 int cbpy = get_vlc2(&s->gb, ff_h263_cbpy_vlc.table, CBPY_VLC_BITS, 1); in mpeg4_decode_partition_b() local 947 int cbpy = get_vlc2(&s->gb, ff_h263_cbpy_vlc.table, CBPY_VLC_BITS, 1); in mpeg4_decode_partition_b() local 1401 int cbpc, cbpy, i, cbp, pred_x, pred_y, mx, my, dquant; in mpeg4_decode_mb() local
|
| D | msmpeg4dec.c | 149 int mx, my, cbpy; in msmpeg4v12_decode_mb() local
|
| D | ituh263enc.c | 451 int cbpc, cbpy, i, cbp, pred_x, pred_y; in ff_h263_encode_mb() local
|
| D | ituh263dec.c | 699 int cbpc, cbpy, i, cbp, pred_x, pred_y, mx, my, dquant; in ff_h263_decode_mb() local
|
| D | mpeg4videoenc.c | 479 int cbpc, cbpy, pred_x, pred_y; in ff_mpeg4_encode_mb() local
|