Structure of attributes for Distortion-aware Adaptation controls. More...
#include <mpi_dip_alg.h>
Data Fields | |
| INT32 | di_max |
| UINT16 | di_rising_speed |
| UINT16 | di_fallen_speed |
| UINT16 | qp_upper_th |
| UINT16 | qp_lower_th |
| UINT8 | enable |
Structure of attributes for Distortion-aware Adaptation controls.
Distortion-aware Adaptation can be enabled only if MPI_ISO_ATTR_S::iso_type = 1
| UINT16 mpi_iso_daa::di_fallen_speed |
Adjusting speed while decreasing distortion index. In range [0, 256]
| INT32 mpi_iso_daa::di_max |
Maximum value of the distortion index. In range [0, 3000].
| UINT16 mpi_iso_daa::di_rising_speed |
Adjusting speed while increasing distortion index. In range [0, 256]
| UINT8 mpi_iso_daa::enable |
Enable distortion-aware scene adaptation. Should be 0 or 1, default value is 0.
| UINT16 mpi_iso_daa::qp_lower_th |
QP value which scene is considered as a normal image. In range [0, 51]. Should be less than or equal to qp_upper_th.
| UINT16 mpi_iso_daa::qp_upper_th |
QP value which scene is considered as a distorted image. In range [0, 51].