27 #define MAX_HUFF_CODES 16
56 int w4 = (avctx->
width + 3) & ~3;
57 int h4 = (avctx->
height + 3) & ~3;
97 for (i = 0; i < w; ++i)
193 while (x < mp->avctx->width) {
200 for (i = (x + 3) & ~3; i < x + w; i += 4) {
210 p.
y = av_clip(p.
y, 0, 31);
214 p.
v = av_clip(p.
v, -32, 31);
216 p.
u = av_clip(p.
u, -32, 31);
242 p.
y = av_clip(p.
y, 0, 31);
245 p.
v = av_clip(p.
v, -32, 31);
247 p.
u = av_clip(p.
u, -32, 31);
253 for (y0 = 0; y0 < 2; ++y0)
259 void *
data,
int *got_frame,
263 int buf_size = avpkt->
size;
266 int i, count1, count2, sz,
ret;
277 memcpy(mp->
bswapbuf + (buf_size & ~3), buf + (buf_size & ~3), buf_size & 3);
282 for (i = !(avctx->
extradata[1] & 2); i < 2; ++i) {
334 .
name =
"motionpixels",