BLOCK_X           644 libavcodec/vp3.c                                            s->fragment_width[0] + BLOCK_X;
BLOCK_X           661 libavcodec/vp3.c                         frag = s->all_fragments + BLOCK_Y * s->fragment_width[0] + BLOCK_X;
BLOCK_X           686 libavcodec/vp3.c                                    BLOCK_Y * s->fragment_width[1] + BLOCK_X;
BLOCK_X           768 libavcodec/vp3.c                         current_fragment = BLOCK_Y * s->fragment_width[0] + BLOCK_X;
BLOCK_X           820 libavcodec/vp3.c                         BLOCK_Y * s->fragment_width[0] + BLOCK_X;
BLOCK_X           863 libavcodec/vp3.c                         frag = BLOCK_Y * s->fragment_width[1] + BLOCK_X;