Searched refs:ir2_decode_plane (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | indeo2.c | 53 static int ir2_decode_plane(Ir2Context *ctx, int width, int height, uint8_t *dst, in ir2_decode_plane() function 191 if ((ret = ir2_decode_plane(s, avctx->width, avctx->height, in ir2_decode_frame() 197 if ((ret = ir2_decode_plane(s, avctx->width >> 2, avctx->height >> 2, in ir2_decode_frame() 201 if ((ret = ir2_decode_plane(s, avctx->width >> 2, avctx->height >> 2, in ir2_decode_frame()
|