Searched refs:ir2_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 Dindeo2.c51 static int ir2_decode_plane(Ir2Context *ctx, int width, int height, uint8_t *dst, function
173 if ((ret = ir2_decode_plane(s, avctx->width, avctx->height,
179 if ((ret = ir2_decode_plane(s, avctx->width >> 2, avctx->height >> 2,
183 if ((ret = ir2_decode_plane(s, avctx->width >> 2, avctx->height >> 2,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dindeo2.c48 static int ir2_decode_plane(Ir2Context *ctx, int width, int height, uint8_t *dst, int stride, function
177 ir2_decode_plane(s, avctx->width, avctx->height,
180 ir2_decode_plane(s, avctx->width >> 2, avctx->height >> 2,
182 ir2_decode_plane(s, avctx->width >> 2, avctx->height >> 2,

Completed in 59 milliseconds