MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / h261_init_dest

Function h261_init_dest

libavcodec/h261dec.c:119–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119static inline void h261_init_dest(MpegEncContext *s)
120{
121 const unsigned block_size = 8 >> s->avctx->lowres;
122 ff_init_block_index(s);
123 s->dest[0] += 2 * block_size;
124 s->dest[1] += block_size;
125 s->dest[2] += block_size;
126}
127
128/**
129 * Decode the group of blocks header or slice header.

Callers 2

h261_decode_mb_skippedFunction · 0.85
h261_decode_mbFunction · 0.85

Calls 1

ff_init_block_indexFunction · 0.85

Tested by

no test coverage detected