Macros that define values for CUT threshold selection in local maxima block.
Macros | |
| #define | HWA_LOCALMAX_THRESH_SELECT_DIMBREG_DIMCREG ((uint8_t)0U) |
| #define | HWA_LOCALMAX_THRESH_SELECT_DIMBRAM_DIMCREG ((uint8_t)1U) |
| #define | HWA_LOCALMAX_THRESH_SELECT_DIMBREG_DIMCRAM ((uint8_t)2U) |
| #define | HWA_LOCALMAX_THRESH_SELECT_DIMBRAM_DIMCRAM ((uint8_t)3U) |
| #define HWA_LOCALMAX_THRESH_SELECT_DIMBREG_DIMCREG ((uint8_t)0U) |
both B and C dimension threshold are taken from software configured register LM_THRESH_VAL
| #define HWA_LOCALMAX_THRESH_SELECT_DIMBRAM_DIMCREG ((uint8_t)1U) |
only C threshold is taken from software configured register LM_THRESH_VAL and B dim threshold is taken from Advanced statistics RAM
| #define HWA_LOCALMAX_THRESH_SELECT_DIMBREG_DIMCRAM ((uint8_t)2U) |
only B threshold is taken from software configured register LM_THRESH_VAL and C dim threshold is taken from Advanced statistics RAM
| #define HWA_LOCALMAX_THRESH_SELECT_DIMBRAM_DIMCRAM ((uint8_t)3U) |
Both B and C dimension threshold are taken from advance statistics RAM, NOT from software configured register LM_THRESH_VAL