FRAGMENT_PIXELS 1336 libavcodec/vp3.c int y = slice * FRAGMENT_PIXELS << !plane ; FRAGMENT_PIXELS 1337 libavcodec/vp3.c int slice_height = y + (FRAGMENT_PIXELS << !plane); FRAGMENT_PIXELS 1618 libavcodec/vp3.c s->golden_frame.linesize[0] * y * FRAGMENT_PIXELS - FRAGMENT_PIXELS 1620 libavcodec/vp3.c x * FRAGMENT_PIXELS; FRAGMENT_PIXELS 1629 libavcodec/vp3.c s->golden_frame.linesize[1] * y * FRAGMENT_PIXELS - FRAGMENT_PIXELS 1631 libavcodec/vp3.c x * FRAGMENT_PIXELS; FRAGMENT_PIXELS 1640 libavcodec/vp3.c s->golden_frame.linesize[2] * y * FRAGMENT_PIXELS - FRAGMENT_PIXELS 1642 libavcodec/vp3.c x * FRAGMENT_PIXELS; FRAGMENT_PIXELS 1698 libavcodec/vp3.c s->fragment_width = s->width / FRAGMENT_PIXELS; FRAGMENT_PIXELS 1699 libavcodec/vp3.c s->fragment_height = s->height / FRAGMENT_PIXELS;