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

Function encode_slice_params

libavcodec/vc2enc.c:429–435  ·  view source on GitHub ↗

VC-2 12.3.4.1 - slice_parameters() */

Source from the content-addressed store, hash-verified

427
428/* VC-2 12.3.4.1 - slice_parameters() */
429static void encode_slice_params(VC2EncContext *s)
430{
431 put_vc2_ue_uint(&s->pb, s->num_x);
432 put_vc2_ue_uint(&s->pb, s->num_y);
433 put_vc2_ue_uint(&s->pb, s->prefix_bytes);
434 put_vc2_ue_uint(&s->pb, s->size_scaler);
435}
436
437/* 1st idx = LL, second - vertical, third - horizontal, fourth - total */
438static const uint8_t vc2_qm_col_tab[][4] = {

Callers 1

encode_transform_paramsFunction · 0.85

Calls 1

put_vc2_ue_uintFunction · 0.85

Tested by

no test coverage detected