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

Function encode_transform_params

libavcodec/vc2enc.c:511–518  ·  view source on GitHub ↗

VC-2 12.3 - transform_parameters() */

Source from the content-addressed store, hash-verified

509
510/* VC-2 12.3 - transform_parameters() */
511static void encode_transform_params(VC2EncContext *s)
512{
513 put_vc2_ue_uint(&s->pb, s->wavelet_idx);
514 put_vc2_ue_uint(&s->pb, s->wavelet_depth);
515
516 encode_slice_params(s);
517 encode_quant_matrix(s);
518}
519
520/* VC-2 12.2 - wavelet_transform() */
521static void encode_wavelet_transform(VC2EncContext *s)

Callers 1

encode_wavelet_transformFunction · 0.85

Calls 3

put_vc2_ue_uintFunction · 0.85
encode_slice_paramsFunction · 0.85
encode_quant_matrixFunction · 0.85

Tested by

no test coverage detected