Home
last modified time | relevance | path

Searched defs:v_maxval (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dthresh.cpp289 uint8x16_t v_thresh = vdupq_n_u8(thresh), v_maxval = vdupq_n_u8(maxval); in thresh_8u() local
496 int16x8_t v_thresh = vdupq_n_s16(thresh), v_maxval = vdupq_n_s16(maxval); in thresh_16s() local
532 int16x8_t v_thresh = vdupq_n_s16(thresh), v_maxval = vdupq_n_s16(maxval); in thresh_16s() local
742 uint32x4_t v_maxval = vreinterpretq_u32_f32(vdupq_n_f32(maxval)); in thresh_32f() local
780 uint32x4_t v_maxval = vreinterpretq_u32_f32(vdupq_n_f32(maxval)); in thresh_32f() local