Searched refs:ir2_decode_plane_inter (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.c107 static int ir2_decode_plane_inter(Ir2Context *ctx, int width, int height, uint8_t *dst, function
188 if ((ret = ir2_decode_plane_inter(s, avctx->width, avctx->height,
193 if ((ret = ir2_decode_plane_inter(s, avctx->width >> 2, avctx->height >> 2,
197 if ((ret = ir2_decode_plane_inter(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.c104 static int ir2_decode_plane_inter(Ir2Context *ctx, int width, int height, uint8_t *dst, int stride, function
185 ir2_decode_plane_inter(s, avctx->width, avctx->height,
188 ir2_decode_plane_inter(s, avctx->width >> 2, avctx->height >> 2,
190 ir2_decode_plane_inter(s, avctx->width >> 2, avctx->height >> 2,

Completed in 26 milliseconds