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