Home
last modified time | relevance | path

Searched +defs:v23 +defs:b (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/core/test/
Dtest_operations.cpp103 #define CHECK_DIFF(a, b) checkDiff(a, b, "(" #a ") != (" #b ") at l." STR(__LINE__)) argument
104 #define CHECK_DIFF_FLT(a, b) checkDiffF(a, b, "(" #a ") !=(eps) (" #b ") at l." STR(__LINE__)) argument
784 Mat b(1,2,CV_32F,1.f); in TestTemplateMat() local
927 cv::Vec3b b = a; in TestVec() local
969 Vec3d v13(1, 1, 1), v23(2, 2, 2); in operations1() local
1014 Matx33f b(1.f, 2.f, 3.f, 4.f, 5.f, 6.f, 7.f, 8.f, 9.f); in operations1() local
/external/opencv3/3rdparty/libwebp/dsp/
Denc_sse2.c162 const __m128i b = _mm_sub_epi16(in0, in2); in ITransformSSE2() local
220 const __m128i b = _mm_sub_epi16(dc, T2); in ITransformSSE2() local
409 const __m128i v23 = _mm_unpackhi_epi32(s_lo, s_hi); in FTransformSSE2() local
494 static int SSE_Nx4SSE2(const uint8_t* a, const uint8_t* b, in SSE_Nx4SSE2()
572 static int SSE16x16SSE2(const uint8_t* a, const uint8_t* b) { in SSE16x16SSE2()
576 static int SSE16x8SSE2(const uint8_t* a, const uint8_t* b) { in SSE16x8SSE2()
580 static int SSE8x8SSE2(const uint8_t* a, const uint8_t* b) { in SSE8x8SSE2()
584 static int SSE4x4SSE2(const uint8_t* a, const uint8_t* b) { in SSE4x4SSE2()
789 static int Disto4x4SSE2(const uint8_t* const a, const uint8_t* const b, in Disto4x4SSE2()
795 static int Disto16x16SSE2(const uint8_t* const a, const uint8_t* const b, in Disto16x16SSE2()
/external/webp/src/dsp/
Denc_sse2.c113 const __m128i b = _mm_sub_epi16(in0, in2); in ITransform() local
171 const __m128i b = _mm_sub_epi16(dc, T2); in ITransform() local
317 const __m128i v23 = _mm_unpackhi_epi32(s_lo, s_hi); in FTransformPass1() local
790 #define AVG3(a, b, c) (((a) + 2 * (b) + (c) + 2) >> 2) argument
791 #define AVG2(a, b) (((a) + (b) + 1) >> 1) argument
808 const __m128i b = _mm_subs_epu8(a, lsb); in VE4() local
1027 static WEBP_INLINE void SubtractAndAccumulate(const __m128i a, const __m128i b, in SubtractAndAccumulate()
1043 static WEBP_INLINE int SSE_16xN(const uint8_t* a, const uint8_t* b, in SSE_16xN()
1065 static int SSE16x16(const uint8_t* a, const uint8_t* b) { in SSE16x16()
1069 static int SSE16x8(const uint8_t* a, const uint8_t* b) { in SSE16x8()
[all …]