Home
last modified time | relevance | path

Searched refs:b_ref_buf (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Divi.h154 int16_t *b_ref_buf; ///< pointer to the second reference frame buffer (for motion compensation) member
236 int b_ref_buf; ///< second reference frame buffer index member
H A Divi.c101 if (offs < 0 || ref_offs2 < 0 || !band->b_ref_buf) in ivi_mc()
107 mc(band->buf + offs, band->b_ref_buf + ref_offs2, in ivi_mc()
111 band->b_ref_buf + ref_offs2, band->pitch, in ivi_mc()
953 band->ref_buf = prepare_buf(ctx, band, ctx->b_ref_buf); in decode_band()
954 band->b_ref_buf = prepare_buf(ctx, band, ctx->ref_buf); in decode_band()
955 if (!band->b_ref_buf) in decode_band()
959 band->b_ref_buf = 0; in decode_band()
H A Dindeo4.c658 FFSWAP(int, ctx->ref_buf, ctx->b_ref_buf); in switch_buffers()
697 ctx->b_ref_buf = 3; /* buffer 2 is used for scalability mode */ in decode_init()

Completed in 5 milliseconds