Searched defs:b8 (Results 1 - 25 of 29) sorted by relevance

12

/external/clang/test/CXX/expr/expr.unary/expr.unary.op/
H A Dp6.cpp28 bool b8 = !S(); //expected-error {{invalid argument type 'S'}} variable
/external/libvpx/libvpx/vpx_dsp/
H A Dsad.c142 unsigned int highbd_sad(const uint8_t *a8, int a_stride, const uint8_t *b8, argument
147 const uint16_t *b = CONVERT_TO_SHORTPTR(b8);
H A Dpsnr.c51 const uint8_t *b8, int b_stride, int w,
56 uint16_t *b = CONVERT_TO_SHORTPTR(b8);
72 const uint8_t *b8, int b_stride, int w,
76 encoder_highbd_variance64(a8, a_stride, b8, b_stride, w, h, &sse_long,
125 const uint8_t *b8, int b_stride, int width,
128 const uint16_t *b = CONVERT_TO_SHORTPTR(b8);
50 encoder_highbd_variance64(const uint8_t *a8, int a_stride, const uint8_t *b8, int b_stride, int w, int h, uint64_t *sse, int64_t *sum) argument
71 encoder_highbd_8_variance(const uint8_t *a8, int a_stride, const uint8_t *b8, int b_stride, int w, int h, unsigned int *sse, int *sum) argument
124 highbd_get_sse_shift(const uint8_t *a8, int a_stride, const uint8_t *b8, int b_stride, int width, int height, unsigned int input_shift) argument
H A Dvariance.c246 const uint8_t *b8, int b_stride, int w, int h,
251 uint16_t *b = CONVERT_TO_SHORTPTR(b8);
267 const uint8_t *b8, int b_stride, int w, int h,
271 highbd_variance64(a8, a_stride, b8, b_stride, w, h, &sse_long, &sum_long);
277 const uint8_t *b8, int b_stride, int w, int h,
281 highbd_variance64(a8, a_stride, b8, b_stride, w, h, &sse_long, &sum_long);
287 const uint8_t *b8, int b_stride, int w, int h,
291 highbd_variance64(a8, a_stride, b8, b_stride, w, h, &sse_long, &sum_long);
245 highbd_variance64(const uint8_t *a8, int a_stride, const uint8_t *b8, int b_stride, int w, int h, uint64_t *sse, int64_t *sum) argument
266 highbd_8_variance(const uint8_t *a8, int a_stride, const uint8_t *b8, int b_stride, int w, int h, uint32_t *sse, int *sum) argument
276 highbd_10_variance(const uint8_t *a8, int a_stride, const uint8_t *b8, int b_stride, int w, int h, uint32_t *sse, int *sum) argument
286 highbd_12_variance(const uint8_t *a8, int a_stride, const uint8_t *b8, int b_stride, int w, int h, uint32_t *sse, int *sum) argument
/external/clang/test/CodeGen/
H A Dlanai-arguments.c71 int b8 : 8; member in struct:__anon2183
H A Dle32-arguments.c57 int b8 : 8; member in struct:__anon2186
H A Dwasm-arguments.c88 int b8 : 8; member in struct:__anon2286
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_aq_variance.c110 const uint8_t *b8, int b_stride, int w, int h,
115 uint16_t *b = CONVERT_TO_SHORTPTR(b8);
131 const uint8_t *b8, int b_stride, int w, int h,
135 aq_highbd_variance64(a8, a_stride, b8, b_stride, w, h, &sse_long, &sum_long);
109 aq_highbd_variance64(const uint8_t *a8, int a_stride, const uint8_t *b8, int b_stride, int w, int h, uint64_t *sse, uint64_t *sum) argument
130 aq_highbd_8_variance(const uint8_t *a8, int a_stride, const uint8_t *b8, int b_stride, int w, int h, unsigned int *sse, int *sum) argument
/external/valgrind/VEX/useful/
H A Dfp_80_64.c547 UInt b9,b8,b7,i, j; local
569 for (b8 = 0; b8 < 256; b8 += STEP) {
577 f80[8] = b8;
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-return-qualifiers.cpp42 const float &b8() { return *(float*)0; } function
43 // CHECK: "\01?b8@@YAABMXZ"
/external/clang/test/SemaCXX/
H A Dconstant-expression.cpp42 b8 : etval, member in struct:C
H A Duninitialized.cpp465 B b8 = getB(b8.x); // expected-warning {{variable 'b8' is uninitialized when used within its own initialization}} local
500 B b8 = getB(b8.x); // expected-warning {{variable 'b8' is uninitialized when used within its own initialization}} variable
1163 B b8 = { {}, {b8.a1.i1} }; member in namespace:U::init_list
1221 B b8 = { {}, {b8 member in struct:U::init_list::Bwrapper
[all...]
/external/guava/guava/src/com/google/common/primitives/
H A DLongs.java299 * byte[] {b1, b2, b3, b4, b5, b6, b7, b8})}.
304 byte b5, byte b6, byte b7, byte b8) {
312 | (b8 & 0xFFL);
303 fromBytes(byte b1, byte b2, byte b3, byte b4, byte b5, byte b6, byte b7, byte b8) argument
/external/libavc/encoder/
H A Dih264e_core_coding.c1000 UWORD32 u4_mb_coeff_cost = 0, u4_b8_coeff_cost = 0, coeff_cnt, mask, u4_cntrl = 0, b4, b8; local
1021 b8 = b4 >> 2;
1069 *u1_cbp_l |= (1 << b8);
1089 (*u1_cbp_l & (1 << b8)) )
1101 *u1_cbp_l = (*u1_cbp_l & (~(1 << b8)));
1116 if (!(*u1_cbp_l & (1 << b8)))
1687 UWORD32 i, b8, b4, u1_blk_x, u1_blk_y, u1_pix_x, u1_pix_y, coeff_cnt, mask; local
1690 for (b8 = 0; b8 < 4; b8
1915 UWORD32 b8, b4, coeff_cnt, mask; local
[all...]
H A Dih264e_intra_modes_eval.c561 UWORD32 b8, u4_pix_x, u4_pix_y; local
593 for(b8 = 0; b8 < 4; b8++)
595 u4_pix_x = (b8 & 0x01) << 3;
596 u4_pix_y = (b8 >> 1) << 3;
620 ps_proc->ai4_neighbor_avail_8x8_subblks[b8] = i4_ngbr_avbl;
662 u4_left_intra_8x8_mode = ps_proc->au1_left_mb_intra_modes[b8+1];
666 u4_left_intra_8x8_mode = ps_proc->au1_left_mb_intra_modes[(b8+1)*4+2];
671 u4_left_intra_8x8_mode = ps_proc->au1_intra_luma_mb_8x8_modes[b8
814 UWORD32 i, b8, b4, u4_blk_x, u4_blk_y, u4_pix_x, u4_pix_y; local
1095 UWORD32 i, b8, b4, u4_blk_x, u4_blk_y, u4_pix_x, u4_pix_y; local
[all...]
/external/opencv/cvaux/src/
H A Dcvlmeds.cpp684 int i, j, j8, j9, value, a, a8, a9, a_num, b, b8, t; local
768 for( b = 0, b8 = 0; b < num; b++, b8 += 8 )
776 temp2[a_num + b] += temp1[a8 + t] * U[b8 + t];
/external/skia/tools/
H A Dsk_tool_utils.cpp484 U8CPU r8, g8, b8; local
488 b8 = (U8CPU) (b+0.5f);
490 return SkPackARGB32(255, r8, g8, b8);
/external/libvpx/libvpx/vp8/common/arm/neon/
H A Dsixtappredict_neon.c72 uint8x8_t b0, b1, b2, b3, b4, b5, b6, b7, b8; local
114 b8 = a8;
121 b7 = vext_u8(b6, b8, 4);
174 uint8x8_t b0, b1, b2, b3, b4, b5, b6, b7, b8; local
349 b8 = vqrshrun_n_s16(e89, 7);
363 b7 = vext_u8(b6, b8, 4);
/external/libusb/include/libusb/
H A Dlibusb.h164 uint8_t b8[2]; member in union:__anon11555
167 _tmp.b8[1] = (uint8_t) (x >> 8);
168 _tmp.b8[0] = (uint8_t) (x & 0xff);
/external/libusb/libusb/
H A Dlibusb.h164 uint8_t b8[2]; member in union:__anon11560
167 _tmp.b8[1] = (uint8_t) (x >> 8);
168 _tmp.b8[0] = (uint8_t) (x & 0xff);
/external/boringssl/src/crypto/curve25519/
H A Dcurve25519.c4155 int64_t b8 = 2097151 & load_3(b + 21); local
4228 s8 = c8 + a0 * b8 + a1 * b7 + a2 * b6 + a3 * b5 + a4 * b4 + a5 * b3 +
4230 s9 = c9 + a0 * b9 + a1 * b8 + a2 * b7 + a3 * b6 + a4 * b5 + a5 * b4 +
4232 s10 = c10 + a0 * b10 + a1 * b9 + a2 * b8 + a3 * b7 + a4 * b6 + a5 * b5 +
4234 s11 = c11 + a0 * b11 + a1 * b10 + a2 * b9 + a3 * b8 + a4 * b7 + a5 * b6 +
4236 s12 = a1 * b11 + a2 * b10 + a3 * b9 + a4 * b8 + a5 * b7 + a6 * b6 + a7 * b5 +
4238 s13 = a2 * b11 + a3 * b10 + a4 * b9 + a5 * b8 + a6 * b7 + a7 * b6 + a8 * b5 +
4240 s14 = a3 * b11 + a4 * b10 + a5 * b9 + a6 * b8 + a7 * b7 + a8 * b6 + a9 * b5 +
4242 s15 = a4 * b11 + a5 * b10 + a6 * b9 + a7 * b8 + a8 * b7 + a9 * b6 + a10 * b5 +
4244 s16 = a5 * b11 + a6 * b10 + a7 * b9 + a8 * b8
[all...]
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc2783 U8 a8, b8; member in struct:LongStruct
2790 // leaves b1, .., b8 poisoned.
2797 res.b1 = res.b2 = res.b4 = res.b8 = 111;
2813 EXPECT_POISONED(s1.b8);
2820 EXPECT_NOT_POISONED(s2.b8);
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 2639 milliseconds

12