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