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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Diff.c553 static void decode_rgbn(GetByteContext *gb, uint8_t *dst, int width, int height, int linesize) function
855 decode_rgbn(&gb, s->frame->data[0], avctx->width, avctx->height, s->frame->linesize[0]);

Completed in 66 milliseconds