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