Home
last modified time | relevance | path

Searched refs:msg_dst (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/cudastereo/src/cuda/
Dstereocsbp.cu657 …__device__ void message_per_pixel(const T* data, T* msg_dst, const T* msg1, const T* msg2, const T… in message_per_pixel() argument
671 msg_dst[idx] = val; in message_per_pixel()
681 …cost_min = fmin(cost_min, msg_dst[d2 * disp_step] + disc_single_jump * ::abs(dst_disp[d2 * disp_st… in message_per_pixel()
689 msg_dst[d * disp_step] = saturate_cast<T>(temp[d * disp_step] - sum); in message_per_pixel()