Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
320
static av_always_inline void put_qscale(MPVEncContext *const s)
321
{
322
put_bits(&s->pb, 5, s->c.qscale);
323
}
324
325
void ff_mpeg1_encode_slice_header(MPVEncContext *const s)
326
{
Callers
2
ff_mpeg1_encode_slice_header
Function · 0.85
mpeg1_encode_mb_internal
Function · 0.85
Calls
1
put_bits
Function · 0.70
Tested by
no test coverage detected