encode_plane      673 libavcodec/ffv1.c         encode_plane(f, p->data[0], width, height, p->linesize[0], 0);
encode_plane      675 libavcodec/ffv1.c         encode_plane(f, p->data[1], chroma_width, chroma_height, p->linesize[1], 1);
encode_plane      676 libavcodec/ffv1.c         encode_plane(f, p->data[2], chroma_width, chroma_height, p->linesize[2], 1);