Home
last modified time | relevance | path

Searched defs:cbpy (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh263enc.h81 int cbpc = (-1), cbpy = (-1); in get_p_cbp() local
Dmpeg4videodec.c972 int cbpy = get_vlc2(&s->gb, ff_h263_cbpy_vlc.table, CBPY_VLC_BITS, 1); in mpeg4_decode_partition_b() local
986 int cbpy = get_vlc2(&s->gb, ff_h263_cbpy_vlc.table, CBPY_VLC_BITS, 1); in mpeg4_decode_partition_b() local
1018 int cbpy = get_vlc2(&s->gb, ff_h263_cbpy_vlc.table, CBPY_VLC_BITS, 1); in mpeg4_decode_partition_b() local
1474 int cbpc, cbpy, i, cbp, pred_x, pred_y, mx, my, dquant; in mpeg4_decode_mb() local
Dmsmpeg4dec.c155 int mx, my, cbpy; in msmpeg4v12_decode_mb() local
Dituh263enc.c498 int cbpc, cbpy, i, cbp, pred_x, pred_y; in ff_h263_encode_mb() local
Dituh263dec.c789 int cbpc, cbpy, i, cbp, pred_x, pred_y, mx, my, dquant; in ff_h263_decode_mb() local
Dmpeg4videoenc.c486 int cbpc, cbpy, pred_x, pred_y; in ff_mpeg4_encode_mb() local