Home
last modified time | relevance | path

Searched refs:quantisation (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_mpeg2.c55 const struct v4l2_ctrl_mpeg2_quantisation *quantisation; in cedrus_mpeg2_setup() local
66 quantisation = run->mpeg2.quantisation; in cedrus_mpeg2_setup()
72 matrix = quantisation->intra_quantiser_matrix; in cedrus_mpeg2_setup()
81 matrix = quantisation->non_intra_quantiser_matrix; in cedrus_mpeg2_setup()
H A Dcedrus_dec.c48 run.mpeg2.quantisation = cedrus_find_control_data(ctx, in cedrus_device_run()
H A Dcedrus.h67 const struct v4l2_ctrl_mpeg2_quantisation *quantisation; member
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-codec-stateless.rst1423 Specifies quantisation matrices, in zigzag scanning order, for the
1426 quantisation matrices load, applications are expected to use this control.
1428 values, if the quantisation matrices need to be reset, for instance on a
1449 - The quantisation matrix coefficients for intra-coded frames, in zigzag
1455 - The quantisation matrix coefficients for non-intra-coded frames, in
1461 - The quantisation matrix coefficients for the chominance component of
1466 - The quantisation matrix coefficients for the chrominance component of
H A Dvidioc-queryctrl.rst425 quantisation matrices for stateless video decoders.