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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dpictordec.c60 static void picmemset(PicContext *s, AVFrame *frame, int value, int run, function
234 picmemset(s, frame, val, run, &x, &y, &plane, bits_per_plane);
244 picmemset(s, frame, val, run / (8 / bits_per_plane), &x, &y, &plane, bits_per_plane);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dpictordec.c59 static void picmemset(PicContext *s, int value, int run, function
231 picmemset(s, val, run, &x, &y, &plane, bits_per_plane);

Completed in 64 milliseconds