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

/external/libvpx/libvpx/vpx_dsp/arm/
H A Davg_neon.c200 const uint8x16_t b23 = local
209 const uint8x16_t ab23_diff = vabdq_u8(a23, b23);
/external/libvpx/libvpx/vp8/common/arm/neon/
H A Dbilinearpredict_neon.c50 uint8x16_t b01, b23; local
70 b23 = vreinterpretq_u8_u64(vshrq_n_u64(vreinterpretq_u64_u8(a23), 8));
79 c3 = vzip_u32(vreinterpret_u32_u8(vget_low_u8(b23)),
80 vreinterpret_u32_u8(vget_high_u8(b23)));
/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/webp/src/dsp/
H A Denc_sse2.c77 // a03 a13 a23 a33 b03 b13 b23 b33
260 const __m128i b23 = _mm_unpacklo_epi16(a22, a32); local
261 const __m128i c1 = _mm_madd_epi16(b23, k5352_2217);
262 const __m128i c3 = _mm_madd_epi16(b23, k2217_5352);
1039 const __m128i b23 = _mm_unpacklo_epi32(b2, b3); local
1044 const __m128i b23s = _mm_unpacklo_epi8(b23, zero);
1125 // a20 a21 a22 a23 b20 b21 b22 b23
1143 // a20 a21 a22 a23 b20 b21 b22 b23

Completed in 299 milliseconds