Vekatech / VK_RZ_A1H_LCD_demo
Embed: (wiki syntax)

« Back to documentation index

vdc5_sharpness_ctrl_t Struct Reference

vdc5_sharpness_ctrl_t Struct Reference

#include <r_vdc5.h>

Data Fields

uint8_t shp_clip_o
uint8_t shp_clip_u
uint8_t shp_gain_o
uint8_t shp_gain_u
uint8_t shp_core

Detailed Description

Sharpness control parameter

Definition at line 719 of file r_vdc5.h.


Field Documentation

uint8_t shp_clip_o

Sharpness correction value clipping (on the overshoot side)

Definition at line 720 of file r_vdc5.h.

uint8_t shp_clip_u

Sharpness correction value clipping (on the undershoot side)

Definition at line 721 of file r_vdc5.h.

uint8_t shp_core

Active sharpness range

Definition at line 724 of file r_vdc5.h.

uint8_t shp_gain_o

Sharpness edge amplitude value gain (on the overshoot side)

Definition at line 722 of file r_vdc5.h.

uint8_t shp_gain_u

Sharpness edge amplitude value gain (on the undershoot side)

Definition at line 723 of file r_vdc5.h.