Searched refs:b_ref_buf (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | ivi.h | 154 …int16_t *b_ref_buf; ///< pointer to the second reference frame buffer (for motion comp… member 236 int b_ref_buf; ///< second reference frame buffer index member
|
D | ivi.c | 101 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() 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() 953 if (!band->b_ref_buf) in decode_band() 957 band->b_ref_buf = 0; in decode_band()
|
D | indeo4.c | 658 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()
|