Lines Matching refs:block_mode
427 struct block_mode
601 block_mode block_modes[WEIGHTS_MAX_BLOCK_MODES];
638 * @brief Get the block mode structure for index @c block_mode.
644 * @param block_mode The packed block mode index.
648 const block_mode& get_block_mode(unsigned int block_mode) const
650 unsigned int packed_index = this->block_mode_packed_index[block_mode];
660 * stored in the @c block_mode and never exists in an unpacked form.
676 * stored in the @c block_mode and never exists in an unpacked form.
1097 uint16_t block_mode;
1957 * @param[out] block_mode The best packed block mode indexes.
1975 int block_mode[TUNE_MAX_TRIAL_CANDIDATES],