Home
last modified time | relevance | path

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

/external/webrtc/talk/media/base/
Dfakevideorenderer.h114 uint8_t v_max, in CheckFrameColorYuv() argument
150 if (v_value < v_min || v_value > v_max) { in CheckFrameColorYuv()
/external/opencv3/modules/hal/include/opencv2/hal/
Dintrin_neon.hpp448 OPENCV_HAL_IMPL_NEON_BIN_FUNC(v_uint8x16, v_max, vmaxq_u8) in OPENCV_HAL_IMPL_NEON_BIN_FUNC()
450 OPENCV_HAL_IMPL_NEON_BIN_FUNC(v_int8x16, v_max, vmaxq_s8) in OPENCV_HAL_IMPL_NEON_BIN_FUNC()
452 OPENCV_HAL_IMPL_NEON_BIN_FUNC(v_uint16x8, v_max, vmaxq_u16) in OPENCV_HAL_IMPL_NEON_BIN_FUNC()
454 OPENCV_HAL_IMPL_NEON_BIN_FUNC(v_int16x8, v_max, vmaxq_s16) in OPENCV_HAL_IMPL_NEON_BIN_FUNC()
456 OPENCV_HAL_IMPL_NEON_BIN_FUNC(v_uint32x4, v_max, vmaxq_u32) in OPENCV_HAL_IMPL_NEON_BIN_FUNC()
458 OPENCV_HAL_IMPL_NEON_BIN_FUNC(v_int32x4, v_max, vmaxq_s32) in OPENCV_HAL_IMPL_NEON_BIN_FUNC()
460 OPENCV_HAL_IMPL_NEON_BIN_FUNC(v_float32x4, v_max, vmaxq_f32) in OPENCV_HAL_IMPL_NEON_BIN_FUNC()
Dintrin_sse.hpp719 OPENCV_HAL_IMPL_SSE_BIN_FUNC(v_uint8x16, v_max, _mm_max_epu8) in OPENCV_HAL_IMPL_SSE_BIN_FUNC()
721 OPENCV_HAL_IMPL_SSE_BIN_FUNC(v_int16x8, v_max, _mm_max_epi16) in OPENCV_HAL_IMPL_SSE_BIN_FUNC()
723 OPENCV_HAL_IMPL_SSE_BIN_FUNC(v_float32x4, v_max, _mm_max_ps) in OPENCV_HAL_IMPL_SSE_BIN_FUNC()
725 OPENCV_HAL_IMPL_SSE_BIN_FUNC(v_float64x2, v_max, _mm_max_pd) in OPENCV_HAL_IMPL_SSE_BIN_FUNC()
733 inline v_int8x16 v_max(const v_int8x16& a, const v_int8x16& b) in v_max() function
743 inline v_uint16x8 v_max(const v_uint16x8& a, const v_uint16x8& b) in v_max() function
753 inline v_uint32x4 v_max(const v_uint32x4& a, const v_uint32x4& b) in v_max() function
763 inline v_int32x4 v_max(const v_int32x4& a, const v_int32x4& b) in v_max() function
Dintrin_cpp.hpp219 OPENCV_HAL_IMPL_MINMAX_FUNC(v_max, v_reduce_max, std::max)