AVBlocks for C++  2.1
Audio and Video Software Development Kit
primo::codecs::H264DeblockingFilter Namespace Reference

Defines H.264/AVC deblocking filter mode. More...

Enumerations

enum  Enum {
  All = 0,
  Off = 1,
  InSlice = 2
}
 H264DeblockingFilter::Enum. More...
 

Detailed Description

Defines H.264/AVC deblocking filter mode.

Note
The constants follow the H.264 spec for the element "disable_deblocking_filter_idc"

Enumeration Type Documentation

enum Enum

H264DeblockingFilter::Enum.

Enumerator
All 

Deblocking filter is applied on all luma and chroma block edges of the slice.

Off 

Deblocking filter is disabled for all block edges of the slice.

InSlice 

Deblocking filter is applied on all luma and chroma block edges of the slice with exception of the block edges that coincide with slice boundaries.