Enum
VkBlockMatchWindowCompareModeQCOM
Block match window compare modes
The VkBlockMatchWindowCompareModeQCOM enum describes how block match values within the window are compared. VkBlockMatchWindowCompareModeQCOM is defined as:
typedef enum VkBlockMatchWindowCompareModeQCOM {
VK_BLOCK_MATCH_WINDOW_COMPARE_MODE_MIN_QCOM = 0,
VK_BLOCK_MATCH_WINDOW_COMPARE_MODE_MAX_QCOM = 1,
} VkBlockMatchWindowCompareModeQCOM;
VK_BLOCK_MATCH_WINDOW_COMPARE_MODE_MIN_QCOM
specifies that windowed block match operations return the minimum error within the window.VK_BLOCK_MATCH_WINDOW_COMPARE_MODE_MAX_QCOM
specifies that windowed block match operations return the maximum error within the window.