Searched refs:loco_decode_plane (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 Dloco.c128 static int loco_decode_plane(LOCOContext *l, uint8_t *data, int width, int height, function
191 decoded = loco_decode_plane(l, p->data[0], avctx->width, avctx->height,
194 decoded = loco_decode_plane(l, p->data[1], avctx->width / 2, avctx->height,
197 decoded = loco_decode_plane(l, p->data[2], avctx->width / 2, avctx->height,
201 decoded = loco_decode_plane(l, p->data[0], avctx->width, avctx->height,
204 decoded = loco_decode_plane(l, p->data[2], avctx->width / 2, avctx->height / 2,
207 decoded = loco_decode_plane(l, p->data[1], avctx->width / 2, avctx->height / 2,
211 decoded = loco_decode_plane(l, p->data[0] + p->linesize[0]*(avctx->height-1), avctx->width, avctx->height,
214 decoded = loco_decode_plane(l, p->data[0] + p->linesize[0]*(avctx->height-1) + 1, avctx->width, avctx->height,
217 decoded = loco_decode_plane(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dloco.c119 static int loco_decode_plane(LOCOContext *l, uint8_t *data, int width, int height, function
181 decoded = loco_decode_plane(l, p->data[0], avctx->width, avctx->height,
184 decoded = loco_decode_plane(l, p->data[1], avctx->width / 2, avctx->height,
187 decoded = loco_decode_plane(l, p->data[2], avctx->width / 2, avctx->height,
191 decoded = loco_decode_plane(l, p->data[0], avctx->width, avctx->height,
194 decoded = loco_decode_plane(l, p->data[2], avctx->width / 2, avctx->height / 2,
197 decoded = loco_decode_plane(l, p->data[1], avctx->width / 2, avctx->height / 2,
201 decoded = loco_decode_plane(l, p->data[0] + p->linesize[0]*(avctx->height-1), avctx->width, avctx->height,
204 decoded = loco_decode_plane(l, p->data[0] + p->linesize[0]*(avctx->height-1) + 1, avctx->width, avctx->height,
207 decoded = loco_decode_plane(
[all...]

Completed in 73 milliseconds