/external/webp/src/dsp/ |
alpha_processing_sse2.c | 39 __m128i* out = (__m128i*)dst; local 47 const __m128i b0_lo = _mm_loadu_si128(out + 0); 48 const __m128i b0_hi = _mm_loadu_si128(out + 1); 56 _mm_storeu_si128(out + 0, b2_lo); 57 _mm_storeu_si128(out + 1, b2_hi); 60 out += 2;
|
filters_neon.c | 24 # define SANITY_CHECK(in, out) \ 26 assert(out != NULL); \ 71 uint8_t* out) { 74 SANITY_CHECK(in, out); 76 out += start_offset; 80 out[0] = in[0]; 81 PredictLineLeft_NEON(in + 1, out + 1, width - 1); 84 out += stride; 90 out[0] = in[0] - in[-stride]; 91 PredictLineLeft_NEON(in + 1, out + 1, width - 1) 271 uint8x8_t out = vdup_n_u8(0); local [all...] |
filters_sse2.c | 26 # define SANITY_CHECK(in, out) \ 28 assert(out != NULL); \ 77 uint8_t* out) { 80 SANITY_CHECK(in, out); 82 out += start_offset; 86 out[0] = in[0]; 87 PredictLineLeft(in + 1, out + 1, width - 1); 90 out += stride; 96 out[0] = in[0] - in[-stride]; 97 PredictLineLeft(in + 1, out + 1, width - 1) 278 __m128i out = zero; \/\/ accumulator for output local [all...] |
rescaler_msa.c | 125 v16u8 out; local 127 CALC_MULT_FIX_16(src0, src1, src2, src3, scale, shift, out); 128 ST_UB(out, dst); 276 v16u8 out; local 283 CALC_MULT_FIX_16(src0, src1, src2, src3, fxyscale, shiftval, out); 284 ST_UB(out, dst);
|
/external/webrtc/webrtc/base/ |
nat_unittest.cc | 64 TestClient* out[4]; local 66 out[i] = CreateTestClient(external, external_addrs[i]); 74 in->SendTo(buf, len, out[0]->address()); 76 EXPECT_TRUE(out[0]->CheckNextPacket(buf, len, &trans_addr)); 79 in->SendTo(buf, len, out[i]->address()); 81 EXPECT_TRUE(out[i]->CheckNextPacket(buf, len, &trans_addr2)); 95 delete out[i]; 116 TestClient* out[4]; local 118 out[i] = CreateTestClient(external, external_addrs[i]); 126 in->SendTo(buf, len, out[0]->address()) [all...] |
/external/wpa_supplicant_8/hs20/client/ |
est.c | 41 BIO *out = NULL; local 91 out = BIO_new(BIO_s_file()); 92 if (out == NULL || 93 BIO_write_filename(out, pem_file) <= 0) 98 X509_print(out, cert); 99 PEM_write_bio_X509(out, cert); 100 BIO_puts(out, "\n"); 113 if (out) 114 BIO_free_all(out); 385 BIO *out; local [all...] |
/external/wpa_supplicant_8/src/crypto/ |
tls_internal.c | 399 int skip_keyblock, u8 *out, size_t out_len) 403 u8 *_out = out; 430 os_memcpy(out, _out + skip, out_len); 438 const char *label, u8 *out, size_t out_len) 440 return tls_connection_prf(tls_ctx, conn, label, 0, 0, out, out_len); 445 u8 *out, size_t out_len) 447 return tls_connection_prf(tls_ctx, conn, "key expansion", 1, 1, out, 471 struct wpabuf *out; local 483 out = wpabuf_alloc_ext_data(res, res_len); 484 if (out == NULL) 514 struct wpabuf *out; local [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
eap_tls_common.c | 325 u8 *out; local 327 out = os_malloc(len); 328 if (out == NULL) 331 if (tls_connection_export_key(data->ssl_ctx, data->conn, label, out, 333 os_free(out); 337 return out; 359 u8 *out; local 366 out = os_malloc(*len); 367 if (out == NULL) 371 out[0] = eap_type [all...] |
/external/wpa_supplicant_8/src/tls/ |
tlsv1_server_read.c | 573 u8 *out; local 596 out = os_malloc(outlen >= TLS_PRE_MASTER_SECRET_LEN ? 598 if (out == NULL) { 624 out, &outlen) < 0) { 637 if (!use_random && WPA_GET_BE16(out) != conn->client_version) { 646 if (os_get_random(out, outlen)) { 651 os_free(out); 656 res = tlsv1_server_derive_keys(conn, out, outlen); 659 os_memset(out, 0, outbuflen); 660 os_free(out); [all...] |
/external/xz-embedded/linux/lib/xz/ |
xz_dec_bcj.c | 51 uint8_t *out; member in struct:xz_dec_bcj 404 memcpy(b->out + b->out_pos, s->temp.buf, copy_size); 451 memcpy(b->out + b->out_pos, s->temp.buf, s->temp.size); 459 bcj_apply(s, b->out, &out_start, b->out_pos); 471 memcpy(s->temp.buf, b->out + b->out_pos, s->temp.size); 491 /* Make b->out{,_pos,_size} temporarily point to s->temp. */ 492 s->out = b->out; 495 b->out = s->temp.buf; 502 b->out = s->out [all...] |
/external/zlib/src/contrib/blast/ |
blast.c | 52 unsigned next; /* index of next write location in out[] */ 54 unsigned char out[MAXWIN]; /* output buffer and sliding window */ member in struct:state 77 if (s->left == 0) longjmp(s->env, 1); /* out of input */ 161 if (s->left == 0) longjmp(s->env, 1); /* out of input */ 167 return -9; /* ran out of codes */ 343 to = s->out + s->next; 358 if (s->outfun(s->outhow, s->out, s->next)) return 1; 367 s->out[s->next++] = symbol; 369 if (s->outfun(s->outhow, s->out, s->next)) return 1; 404 if (err != 1 && s.next && s.outfun(s.outhow, s.out, s.next) && err == 0 [all...] |
/external/zlib/src/contrib/inflate86/ |
inffast.S | 173 #define out 60 /* unsigned char* */ define 243 * out = strm->next_out; 245 * beg = out - (start - strm->avail_out); 246 * end = out + (strm->avail_out - 257); 266 addl %ebx, %ecx /* avail_out += out */ 268 movl %ebx, out(%esp) 351 movl out(%esp), out_r 426 /* while (in < last && out < end) 429 jbe .L_break_loop /* if (out >= end) */ 435 /* regs: %esi = in, %ebp = hold, %bl = bits, %edi = out [all...] |
/external/zlib/src/contrib/puff/ |
puff.c | 75 * - Break out test code to separate file 100 unsigned char *out; /* output buffer */ member in struct:state 101 unsigned long outlen; /* available space at out */ 102 unsigned long outcnt; /* bytes written to out so far */ 134 longjmp(s->env, 1); /* out of input */ 181 /* copy len bytes from in to out */ 184 if (s->out != NIL) { 188 s->out[s->outcnt++] = s->in[s->incnt++]; 254 return -10; /* ran out of codes */ 299 longjmp(s->env, 1); /* out of input * [all...] |
/external/zlib/src/examples/ |
gun.c | 114 /* structure for infback() to pass to output function out() -- it maintains the 128 On success out() returns 0. For a write failure, out() returns 1. If the 131 local int out(void *out_desc, unsigned char *buf, unsigned len) function 168 /* throw out what's left in the current bits byte buffer (this is a vestigial 235 strm->msg = (char *)"lzw bits out of range"; 281 if (outcnt && out(&outd, outbuf, outcnt)) { 353 if (out(&outd, outbuf, outcnt)) { 377 The return value is a zlib error code: Z_MEM_ERROR if out of memory, 475 ret = inflateBack(strm, in, indp, out, &outd) [all...] |
gzappend.c | 273 if (gz.buf == NULL) bye("out of memory", ""); 282 if (window == NULL) bye("out of memory", ""); 287 if (ret != Z_OK) bye("out of memory", " or library mismatch"); 312 if (ret == Z_MEM_ERROR) bye("out of memory", ""); 369 if (ret != Z_OK) bye("out of memory", ""); 392 unsigned char *in, *out; local 405 out = malloc(CHUNK); 406 if (in == NULL || out == NULL) bye("out of memory", ""); 425 strm->next_out = out; [all...] |
/external/zlib/src/ |
gzguts.h | 174 unsigned char *out; /* output buffer (double-sized when reading) */ member in struct:__anon39661
|
inflate.c | 48 * - Pull out common wnext == 0 case for speed in inflate_fast() 75 * for the in() and out() functions 308 Write out the inffixed.h that is #include'd above. Defining MAKEFIXED also 323 a.out > inffixed.h 615 unsigned in, out; /* save starting available input and output */ local 636 out = left; [all...] |
/external/zlib/src/test/ |
infcover.c | 243 data is allocated and must eventually be freed. NULL is returned if out of 289 unsigned char *in, *out; local 301 out = malloc(len); assert(out != NULL); 303 head.extra = out; 305 head.name = out; 307 head.comment = out; 319 strm.next_out = out; 327 ret = inflateSetDictionary(&strm, out, 0); 331 ret = inflateSetDictionary(&strm, out, 0) 511 unsigned char *in, *out, *win; local [all...] |
minigzip.c | 242 unsigned char out[BUFLEN]; local 250 strm->next_out = out; 253 fwrite(out, 1, BUFLEN - strm->avail_out, gz->file); 301 unsigned char out[BUFLEN]; local 310 strm->next_out = out; 313 fwrite(out, 1, BUFLEN - strm->avail_out, gz->file); 339 void gz_compress OF((FILE *in, gzFile out)); 341 int gz_compress_mmap OF((FILE *in, gzFile out)); 343 void gz_uncompress OF((gzFile in, FILE *out)); 362 void gz_compress(in, out) 463 gzFile out; local 501 FILE *out; local [all...] |
/external/zopfli/src/zopflipng/ |
zopflipng_lib.cc | 42 unsigned CustomPNGDeflate(unsigned char** out, size_t* outsize, 59 ZopfliDeflate(&options, 2 /* Dynamic */, 1, in, insize, &bp, out, outsize); 66 free(*out); 67 *out = out2; 76 ZopfliDeflate(&options, 2 /* Dynamic */, 1, in, insize, &bp, out, outsize); 182 std::vector<unsigned char>* out) { 239 error = lodepng::encode(*out, image, w, h, state); 243 if (!error && out->size() < 4096) { 246 lodepng::decode(temp, w, h, teststate, *out); 262 if (out2.size() < out->size()) out->swap(out2) 284 std::vector<unsigned char> out; local [all...] |
/frameworks/av/camera/ndk/impl/ |
ACameraManager.cpp | 131 binder::Status ret = mCameraService->getCameraVendorTagDescriptor(/*out*/desc.get()); 145 /*out*/cache.get()); 358 ACameraIdList *out = new ACameraIdList; local 359 if (!out) { 363 out->numCameras = numCameras; 364 out->cameraIds = new const char*[numCameras]; 365 if (!out->cameraIds) { 367 deleteCameraIdList(out); 376 deleteCameraIdList(out); 380 out->cameraIds[i] = dst [all...] |
/frameworks/av/media/libmedia/ |
IMediaExtractor.cpp | 325 String8 out; local 326 out.append("Recent extractors, most recent first:\n"); 331 out.append(" "); 332 out.append(instance.toString()); 335 write(fd, out.string(), out.size());
|
/frameworks/av/media/libstagefright/codecs/aacenc/ |
SoftAACEncoder.cpp | 424 uint8_t *out = outHeader->pBuffer + outHeader->nOffset; local 425 memcpy(out, mAudioSpecificConfigData, sizeof(mAudioSpecificConfigData)); 429 hexdump(out, sizeof(mAudioSpecificConfigData)); 443 // We do the following until we run out of buffers.
|
SoftAACEncoder2.cpp | 523 uint8_t *out = outHeader->pBuffer + outHeader->nOffset; local 524 memcpy(out, encInfo.confBuf, encInfo.confSize); 542 // We do the following until we run out of buffers.
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
sad_inline.h | 348 register int32 out; local 357 : "=&r"(out), 362 return out; 367 register int32 out; local 381 : "=&r"(out), 392 register int32 out; local 405 : "=&r"(out), 411 return (out);
|