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

Function put_qscale

libavcodec/mpeg12enc.c:320–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320static av_always_inline void put_qscale(MPVEncContext *const s)
321{
322 put_bits(&s->pb, 5, s->c.qscale);
323}
324
325void ff_mpeg1_encode_slice_header(MPVEncContext *const s)
326{

Callers 2

mpeg1_encode_mb_internalFunction · 0.85

Calls 1

put_bitsFunction · 0.70

Tested by

no test coverage detected