diff options
| author | Philipp Zabel <[email protected]> | 2018-11-28 08:01:22 -0500 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2018-12-07 08:19:01 -0500 |
| commit | 75fa6e4f83a0923fe753827d354998d448b4fd6a (patch) | |
| tree | 00bbdf7a43a457ade5f81c41cac6e0a4f922caa2 /drivers/platform/surface/aggregator/ssh_parser.c | |
| parent | d338e17993f78155196af4cb780d8271996a02ac (diff) | |
media: coda: fix H.264 deblocking filter controls
Add support for the third loop filter mode
V4L2_MPEG_VIDEO_H264_LOOP_FILTER_MODE_DISABLED_AT_SLICE_BOUNDARY,
and fix V4L2_CID_MPEG_VIDEO_H264_LOOP_FILTER_ALPHA and
V4L2_CID_MPEG_VIDEO_H264_LOOP_FILTER_BETA controls.
The filter offset controls are signed values in the -6 to 6 range and
are stored into the slice header fields slice_alpha_c0_offset_div2 and
slice_beta_offset_div2. The actual filter offsets FilterOffsetA/B are
double their value, in range of -12 to 12.
Rename variables to more closely match the nomenclature in the H.264
specification.
Signed-off-by: Philipp Zabel <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'drivers/platform/surface/aggregator/ssh_parser.c')
0 files changed, 0 insertions, 0 deletions