Searched refs:loco_decode_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 Dloco.c119 static int loco_decode_plane(LOCOContext *l, uint8_t *data, int width, int height, function
179 decoded = loco_decode_plane(l, p->data[0], avctx->width, avctx->height,
182 decoded = loco_decode_plane(l, p->data[1], avctx->width / 2, avctx->height,
185 decoded = loco_decode_plane(l, p->data[2], avctx->width / 2, avctx->height,
189 decoded = loco_decode_plane(l, p->data[0], avctx->width, avctx->height,
192 decoded = loco_decode_plane(l, p->data[2], avctx->width / 2, avctx->height / 2,
195 decoded = loco_decode_plane(l, p->data[1], avctx->width / 2, avctx->height / 2,
199 decoded = loco_decode_plane(l, p->data[0] + p->linesize[0]*(avctx->height-1), avctx->width, avctx->height,
202 decoded = loco_decode_plane(l, p->data[0] + p->linesize[0]*(avctx->height-1) + 1, avctx->width, avctx->height,
205 decoded = loco_decode_plane(
[all...]

Completed in 34 milliseconds