Searched defs:b23 (Results 1 - 4 of 4) sorted by relevance

/external/dng_sdk/source/
H A Ddng_bad_pixels.cpp833 // g20 b21 g22 b23 g24
849 int32 b23 = p2 [3]; local
868 Abs_int32 (b03 - b23) +
870 Abs_int32 (b23 - b43);
877 Abs_int32 (b01 - b23) +
900 Abs_int32 (b23 - b41);
1171 // g20 b21 g22 b23 g24 b25 g26 b27 g28
1188 int32 b23 = p2 [3 * cs]; local
1251 Abs_int32 (b23 - b85);
1260 Abs_int32 (b23
[all...]
/external/clang/test/SemaCXX/
H A Duninitialized.cpp488 B b23 = B(std::move(b23)); // expected-warning {{variable 'b23' is uninitialized when used within its own initialization}} local
489 B b24 = std::move(x ? b23 : (18, b24)); // expected-warning {{variable 'b24' is uninitialized when used within its own initialization}}
520 B b23 = B(std::move(b23)); // expected-warning {{variable 'b23' is uninitialized when used within its own initialization}} variable
521 B b24 = std::move(x ? b23 : (18, b24)); // expected-warning {{variable 'b24' is uninitialized when used within its own initialization}}
/external/opencv3/3rdparty/libwebp/dsp/
H A Denc_sse2.c153 // a03 a13 a23 a33 b03 b13 b23 b33
185 // a20 a21 a22 a23 b20 b21 b22 b23
194 // b20 b30 b21 b31 b22 b32 b23 b33
202 // b02 b12 a22 b32 b03 b13 b23 b33
210 // a03 a13 a23 a33 b03 b13 b23 b33
247 // a20 a21 a22 a23 b20 b21 b22 b23
256 // b20 b30 b21 b31 b22 b32 b23 b33
264 // b02 b12 a22 b32 b03 b13 b23 b33
272 // a03 a13 a23 a33 b03 b13 b23 b33
436 const __m128i b23 local
602 const __m128i b23 = _mm_unpacklo_epi32(b2, b3); local
[all...]
/external/webp/src/dsp/
H A Denc_sse2.c104 // a03 a13 a23 a33 b03 b13 b23 b33
136 // a20 a21 a22 a23 b20 b21 b22 b23
145 // b20 b30 b21 b31 b22 b32 b23 b33
153 // b02 b12 a22 b32 b03 b13 b23 b33
161 // a03 a13 a23 a33 b03 b13 b23 b33
198 // a20 a21 a22 a23 b20 b21 b22 b23
207 // b20 b30 b21 b31 b22 b32 b23 b33
215 // b02 b12 a22 b32 b03 b13 b23 b33
223 // a03 a13 a23 a33 b03 b13 b23 b33
353 const __m128i b23 local
1120 const __m128i b23 = _mm_unpacklo_epi32(b2, b3); local
[all...]

Completed in 174 milliseconds