Lines Matching refs:s32

45 	s32 rbzp_strength;	/** Strength of zipper reduction. */
47 s32 fcstrength; /** Strength of false color reduction. */
48 s32 fcthres_0; /** Threshold to prevent chroma coring due to noise or green disparity in dark region. */
49 s32 fcthres_1; /** Threshold to prevent chroma coring due to noise or green disparity in bright region. */
50 s32 fc_sat_coef; /** How much color saturation to maintain in high color saturation region. */
51 s32 fc_coring_prm; /** Chroma coring coefficient for tint color suppression. */
53 s32 aerel_thres0; /** Threshold for Non-Directional Reliability at dark region. */
54 s32 aerel_gain0; /** Gain for Non-Directional Reliability at dark region. */
55 s32 aerel_thres1; /** Threshold for Non-Directional Reliability at bright region. */
56 s32 aerel_gain1; /** Gain for Non-Directional Reliability at bright region. */
58 s32 derel_thres0; /** Threshold for Directional Reliability at dark region. */
59 s32 derel_gain0; /** Gain for Directional Reliability at dark region. */
60 s32 derel_thres1; /** Threshold for Directional Reliability at bright region. */
61 s32 derel_gain1; /** Gain for Directional Reliability at bright region. */
63 s32 coring_pos0; /** Positive Edge Coring Threshold in dark region. */
64 s32 coring_pos1; /** Positive Edge Coring Threshold in bright region. */
65 s32 coring_neg0; /** Negative Edge Coring Threshold in dark region. */
66 s32 coring_neg1; /** Negative Edge Coring Threshold in bright region. */
68 s32 gain_exp; /** Common Exponent of Gain. */
69 s32 gain_pos0; /** Gain for Positive Edge in dark region. */
70 s32 gain_pos1; /** Gain for Positive Edge in bright region. */
71 s32 gain_neg0; /** Gain for Negative Edge in dark region. */
72 s32 gain_neg1; /** Gain for Negative Edge in bright region. */
74 s32 pos_margin0; /** Margin for Positive Edge in dark region. */
75 s32 pos_margin1; /** Margin for Positive Edge in bright region. */
76 s32 neg_margin0; /** Margin for Negative Edge in dark region. */
77 s32 neg_margin1; /** Margin for Negative Edge in bright region. */
79 s32 dew_enhance_seg_x[IA_CSS_NUMBER_OF_DEW_ENHANCE_SEGMENTS]; /** Segment data for directional edge weight: X. */
80 s32 dew_enhance_seg_y[IA_CSS_NUMBER_OF_DEW_ENHANCE_SEGMENTS]; /** Segment data for directional edge weight: Y. */
81 s32 dew_enhance_seg_slope[(IA_CSS_NUMBER_OF_DEW_ENHANCE_SEGMENTS -
83 s32 dew_enhance_seg_exp[(IA_CSS_NUMBER_OF_DEW_ENHANCE_SEGMENTS -
85 s32 dedgew_max; /** Max Weight for Directional Edge. */