Searched refs:ir2_decode_plane (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | indeo2.c | 54 static int ir2_decode_plane(Ir2Context *ctx, int width, int height, uint8_t *dst, in ir2_decode_plane() function 190 if ((ret = ir2_decode_plane(s, avctx->width, avctx->height, in ir2_decode_frame() 196 if ((ret = ir2_decode_plane(s, avctx->width >> 2, avctx->height >> 2, in ir2_decode_frame() 200 if ((ret = ir2_decode_plane(s, avctx->width >> 2, avctx->height >> 2, in ir2_decode_frame()
|
Completed in 1 milliseconds