Searched refs:encode_plane (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dffv1.c432 static void encode_plane(FFV1Context *s, uint8_t *src, int w, int h, int stride, int plane_index){ function
673 encode_plane(f, p->data[0], width, height, p->linesize[0], 0);
675 encode_plane(f, p->data[1], chroma_width, chroma_height, p->linesize[1], 1);
676 encode_plane(f, p->data[2], chroma_width, chroma_height, p->linesize[2], 1);

Completed in 91 milliseconds