Searched refs:disp_step1 (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/cudastereo/src/cuda/ |
D | stereocsbp.cu | 357 …ata_weight, float max_data_term, int min_disp, size_t msg_step, size_t disp_step1, size_t disp_ste… in compute_data_cost() argument 394 data_cost[disp_step1 * d] = saturate_cast<T>(val); in compute_data_cost() 400 …ata_weight, float max_data_term, int min_disp, size_t msg_step, size_t disp_step1, size_t disp_ste… in compute_data_cost_reduce() argument 445 data_cost[disp_step1 * d] = saturate_cast<T>(val); in compute_data_cost_reduce() 451 …ata_weight, float max_data_term, int min_disp, size_t msg_step, size_t disp_step1, size_t disp_ste… in compute_data_cost_caller_() argument 461 …h, w, level, nr_plane, data_weight, max_data_term, min_disp, msg_step, disp_step1, disp_step2); br… in compute_data_cost_caller_() 462 …h, w, level, nr_plane, data_weight, max_data_term, min_disp, msg_step, disp_step1, disp_step2); br… in compute_data_cost_caller_() 463 …h, w, level, nr_plane, data_weight, max_data_term, min_disp, msg_step, disp_step1, disp_step2); br… in compute_data_cost_caller_() 470 …ata_weight, float max_data_term, int min_disp, size_t msg_step, size_t disp_step1, size_t disp_ste… in compute_data_cost_reduce_caller_() argument 481 …ws, cols, h, nr_plane, data_weight, max_data_term, min_disp, msg_step, disp_step1, disp_step2); br… in compute_data_cost_reduce_caller_() [all …]
|