BYTES_PER_PIXEL    86 libavcodec/v210_template.c         y += pic->linesize[0] / BYTES_PER_PIXEL - avctx->width;
BYTES_PER_PIXEL    87 libavcodec/v210_template.c         u += pic->linesize[1] / BYTES_PER_PIXEL - avctx->width / 2;
BYTES_PER_PIXEL    88 libavcodec/v210_template.c         v += pic->linesize[2] / BYTES_PER_PIXEL - avctx->width / 2;
BYTES_PER_PIXEL    43 libavcodec/vp9_mc_template.c     int bytesperpixel = BYTES_PER_PIXEL;