26 #define MAX_HUFF_CODES 16
55 int w4 = (avctx->
width + 3) & ~3;
56 int h4 = (avctx->
height + 3) & ~3;
96 for (i = 0; i < w; ++i)
192 while (x < mp->avctx->width) {
199 for (i = (x + 3) & ~3; i < x + w; i += 4) {
209 p.
y = av_clip(p.
y, 0, 31);
213 p.
v = av_clip(p.
v, -32, 31);
215 p.
u = av_clip(p.
u, -32, 31);
241 p.
y = av_clip(p.
y, 0, 31);
244 p.
v = av_clip(p.
v, -32, 31);
246 p.
u = av_clip(p.
u, -32, 31);
252 for (y0 = 0; y0 < 2; ++y0)
258 void *
data,
int *got_frame,
262 int buf_size = avpkt->
size;
265 int i, count1, count2, sz, ret;
280 memcpy(mp->
bswapbuf + (buf_size & ~3), buf + (buf_size & ~3), buf_size & 3);
285 for (i = !(avctx->
extradata[1] & 2); i < 2; ++i) {
337 .
name =
"motionpixels",