int task_task = (1 << m_tpParams.task_inter_en) | (1 << m_tpParams.task_corr_en) | (1 << m_tpParams.task_text_en); // just 1 bit, correlation selection is defined by common corr_sel bits
int task_txy = tx + (ty << 16);
// float task_target_disparity = DBG_DISPARITY; // disparity for which to calculate offsets (not needed in Java)
int task_task = (1 << m_tpParams.task_inter_en) | (1 << m_tpParams.task_corr_en) | (1 << m_tpParams.task_text_en); // just 1 bit, correlation selection is defined by common corr_sel bits
int task_txy = tx + (ty << 16);
// float task_target_disparity = DBG_DISPARITY; // disparity for which to calculate offsets (not needed in Java)