Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dh263enc.h81 int cbpc = (-1), cbpy = (-1); in get_p_cbp() local
H A Dmsmpeg4dec.c155 int mx, my, cbpy; in msmpeg4v12_decode_mb() local
H A Dituh263dec.c789 int cbpc, cbpy, i, cbp, pred_x, pred_y, mx, my, dquant; in ff_h263_decode_mb() local
[all...]
H A Dituh263enc.c498 int cbpc, cbpy, i, cbp, pred_x, pred_y; in ff_h263_encode_mb() local
[all...]
H A Dmpeg4videoenc.c486 int cbpc, cbpy, pred_x, pred_y; in ff_mpeg4_encode_mb() local
[all...]
H A 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; mpeg4_decode_mb() local
[all...]

Completed in 12 milliseconds