BLOCK_WIDTH       532 libavcodec/fmvc.c     int i, j, m, block = 0, h = BLOCK_HEIGHT, w = BLOCK_WIDTH;
BLOCK_WIDTH       551 libavcodec/fmvc.c     s->xb     = s->stride / BLOCK_WIDTH;
BLOCK_WIDTH       552 libavcodec/fmvc.c     m         = s->stride % BLOCK_WIDTH;
BLOCK_WIDTH       555 libavcodec/fmvc.c             w = m + BLOCK_WIDTH;
BLOCK_WIDTH       584 libavcodec/fmvc.c                     s->blocks[block].w    = BLOCK_WIDTH;
BLOCK_WIDTH       586 libavcodec/fmvc.c                     s->blocks[block].size = BLOCK_WIDTH * h;
BLOCK_WIDTH       592 libavcodec/fmvc.c                     s->blocks[block].w    = BLOCK_WIDTH;
BLOCK_WIDTH       594 libavcodec/fmvc.c                     s->blocks[block].size = BLOCK_WIDTH * BLOCK_HEIGHT;