decode_plane      986 libavcodec/ffv1.c         decode_plane(f, p->data[0], width, height, p->linesize[0], 0);
decode_plane      988 libavcodec/ffv1.c         decode_plane(f, p->data[1], chroma_width, chroma_height, p->linesize[1], 1);
decode_plane      989 libavcodec/ffv1.c         decode_plane(f, p->data[2], chroma_width, chroma_height, p->linesize[2], 1);