Lines Matching defs:decimation_mode
433 uint8_t decimation_mode;
458 struct decimation_mode
592 decimation_mode decimation_modes[WEIGHTS_MAX_DECIMATION_MODES];
656 * @brief Get the decimation mode structure for index @c decimation_mode.
662 * @param decimation_mode The packed decimation mode index.
666 const decimation_mode& get_decimation_mode(unsigned int decimation_mode) const
668 return this->decimation_modes[decimation_mode];
672 * @brief Get the decimation info structure for index @c decimation_mode.
678 * @param decimation_mode The packed decimation mode index.
682 const decimation_info& get_decimation_info(unsigned int decimation_mode) const
684 return this->decimation_tables[decimation_mode];