vp8_postproc_cfg Struct Reference

post process flags More...

Public Attributes

int post_proc_flag
 the types of post processing to be done, should be combination of "vp8_postproc_level" More...
 
int deblocking_level
 the strength of deblocking, valid range [0, 16] More...
 
int noise_level
 the strength of additive noise, valid range [0, 16] More...
 

Detailed Description

post process flags

This define a structure that describe the post processing settings. For the best objective measure (using the PSNR metric) set post_proc_flag to VP8_DEBLOCK and deblocking_level to 1.

Member Data Documentation

◆ deblocking_level

int vp8_postproc_cfg::deblocking_level

the strength of deblocking, valid range [0, 16]

◆ noise_level

int vp8_postproc_cfg::noise_level

the strength of additive noise, valid range [0, 16]

◆ post_proc_flag

int vp8_postproc_cfg::post_proc_flag

the types of post processing to be done, should be combination of "vp8_postproc_level"