Searched refs:prepare_buf (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | ivi.c | 922 static void *prepare_buf(IVI45DecContext *ctx, IVIBandDesc *band, int i) in prepare_buf() function 945 band->buf = prepare_buf(ctx, band, ctx->dst_buf); in decode_band() 951 band->ref_buf = prepare_buf(ctx, band, ctx->b_ref_buf); in decode_band() 952 band->b_ref_buf = prepare_buf(ctx, band, ctx->ref_buf); in decode_band() 956 band->ref_buf = prepare_buf(ctx, band, ctx->ref_buf); in decode_band()
|