Home
last modified time | relevance | path

Searched refs:buf_offs (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Divi.c474 static int ivi_dc_transform(const IVIBandDesc *band, int *prev_dc, int buf_offs, in ivi_dc_transform() argument
477 band->dc_transform(prev_dc, band->buf + buf_offs, in ivi_dc_transform()
601 uint32_t cbp, quant, buf_offs; in ivi_decode_blocks() local
627 buf_offs = mb->buf_offs; in ivi_decode_blocks()
691 buf_offs += blk_size; in ivi_decode_blocks()
693 buf_offs -= blk_size; in ivi_decode_blocks()
694 buf_offs += blk_size * band->pitch; in ivi_decode_blocks()
703 buf_offs, avctx); in ivi_decode_blocks()
707 int buf_size = band->pitch * band->aheight - buf_offs; in ivi_decode_blocks()
716 ret = ivi_dc_transform(band, &prev_dc, buf_offs, blk_size); in ivi_decode_blocks()
[all …]
Divi.h113 uint32_t buf_offs; ///< address in the output buffer for this mb member
Dindeo5.c487 mb->buf_offs = mb_offset; in decode_mb_info()
Dindeo4.c499 mb->buf_offs = mb_offset; in decode_mb_info()