Home
last modified time | relevance | path

Searched defs:ia_css_tdf_config (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/staging/media/atomisp/pci/isp/kernels/tdf/tdf_1.0/
Dia_css_tdf_types.h33 struct ia_css_tdf_config { struct
34 s32 thres_flat_table[64]; /** Final optimized strength table of NR for flat region. */
35 s32 thres_detail_table[64]; /** Final optimized strength table of NR for detail region. */
36 s32 epsilon_0; /** Coefficient to control variance for dark area (for flat region). */
37 s32 epsilon_1; /** Coefficient to control variance for bright area (for flat region). */
38 s32 eps_scale_text; /** Epsilon scaling coefficient for texture region. */
39 s32 eps_scale_edge; /** Epsilon scaling coefficient for edge region. */
40 s32 sepa_flat; /** Threshold to judge flat (edge < m_Flat_thre). */
41 s32 sepa_edge; /** Threshold to judge edge (edge > m_Edge_thre). */
42 s32 blend_flat; /** Blending ratio at flat region. */
[all …]