Home
last modified time | relevance | path

Searched refs:pout (Results 1 – 25 of 37) sorted by relevance

12

/third_party/libsnd/src/ALAC/
Ddp_dec.c59 int32_t * pout ; in unpc_block() local
119 pout = out + j - 1 ; in unpc_block()
121 ib0 = top - pout [0] ; in unpc_block()
122 ib1 = top - pout [-1] ; in unpc_block()
123 ib2 = top - pout [-2] ; in unpc_block()
124 ib3 = top - pout [-3] ; in unpc_block()
207 pout = out + j - 1 ; in unpc_block()
209 b0 = top - (*pout--) ; in unpc_block()
210 b1 = top - (*pout--) ; in unpc_block()
211 b2 = top - (*pout--) ; in unpc_block()
[all …]
/third_party/popt/src/
Dpoptint.c89 char * pout = dstr; in strdup_locale_from_utf8() local
98 *pout = '\0'; in strdup_locale_from_utf8()
99 err = iconv(cd, &pin, &ib, &pout, &ob); in strdup_locale_from_utf8()
110 { size_t used = (size_t)(pout - dstr); in strdup_locale_from_utf8()
114 pout = dstr + used; in strdup_locale_from_utf8()
127 *pout = '\0'; in strdup_locale_from_utf8()
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dlossless_enc_mips32.c331 [pa]"+r"(pa), [pout]"+r"(pout)
348 uint32_t* pout, int size) { in AddVector_MIPS32() argument
354 ADD_TO_OUT(0, 4, 8, 12, 1, pa, pb, pout) in AddVector_MIPS32()
356 for (i = end; i < size; ++i) pout[i] = pa[i] + pb[i]; in AddVector_MIPS32()
359 static void AddVectorEq_MIPS32(const uint32_t* pa, uint32_t* pout, int size) { in AddVectorEq_MIPS32() argument
365 ADD_TO_OUT(0, 4, 8, 12, 0, pa, pout, pout) in AddVectorEq_MIPS32()
367 for (i = end; i < size; ++i) pout[i] += pa[i]; in AddVectorEq_MIPS32()
Denc_mips32.c198 int16_t* pout = &out[0]; in QuantizeBlock_MIPS32() local
228 : [pout]"r"(pout), [ppin]"r"(ppin), in QuantizeBlock_MIPS32()
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dlossless_enc_mips32.c331 [pa]"+r"(pa), [pout]"+r"(pout)
348 uint32_t* pout, int size) { in AddVector_MIPS32() argument
354 ADD_TO_OUT(0, 4, 8, 12, 1, pa, pb, pout) in AddVector_MIPS32()
356 for (i = end; i < size; ++i) pout[i] = pa[i] + pb[i]; in AddVector_MIPS32()
359 static void AddVectorEq_MIPS32(const uint32_t* pa, uint32_t* pout, int size) { in AddVectorEq_MIPS32() argument
365 ADD_TO_OUT(0, 4, 8, 12, 0, pa, pout, pout) in AddVectorEq_MIPS32()
367 for (i = end; i < size; ++i) pout[i] += pa[i]; in AddVectorEq_MIPS32()
Denc_mips32.c198 int16_t* pout = &out[0]; in QuantizeBlock_MIPS32() local
228 : [pout]"r"(pout), [ppin]"r"(ppin), in QuantizeBlock_MIPS32()
/third_party/ffmpeg/libavcodec/ppc/
Dfft_init.c58 vec_f *pout = (vec_f*)(output+n4); in imdct_half_altivec() local
112 re = pout[o*2];\ in imdct_half_altivec()
113 im = pout[o*2+1];\ in imdct_half_altivec()
121 pout[2*j] = vec_perm(a, d, vcprm(0,s3,1,s2)); in imdct_half_altivec()
122 pout[2*j+1] = vec_perm(a, d, vcprm(2,s1,3,s0)); in imdct_half_altivec()
123 pout[2*k] = vec_perm(c, b, vcprm(0,s3,1,s2)); in imdct_half_altivec()
124 pout[2*k+1] = vec_perm(c, b, vcprm(2,s1,3,s0)); in imdct_half_altivec()
/third_party/ffmpeg/libavdevice/
Dfbdev_enc.c104 uint8_t *pin, *pout; in fbdev_write_packet() local
132 pout = fbdev->data + in fbdev_write_packet()
149 pout += bytes_per_pixel * fbdev->xoffset; in fbdev_write_packet()
166 pout += fbdev->yoffset * fbdev->fixinfo.line_length; in fbdev_write_packet()
171 memcpy(pout, pin, bytes_to_copy); in fbdev_write_packet()
172 pout += fbdev->fixinfo.line_length; in fbdev_write_packet()
Dfbdev_dec.c157 uint8_t *pin, *pout; in fbdev_read_packet() local
194 pout = pkt->data; in fbdev_read_packet()
197 memcpy(pout, pin, fbdev->frame_linesize); in fbdev_read_packet()
199 pout += fbdev->frame_linesize; in fbdev_read_packet()
/third_party/openssl/include/crypto/
Drand.h46 unsigned char **pout,
52 unsigned char **pout,
57 size_t rand_drbg_get_additional_data(RAND_POOL *pool, unsigned char **pout);
/third_party/ffmpeg/libavfilter/
Dvf_rotate.c362 static av_always_inline void copy_elem(uint8_t *pout, const uint8_t *pin, int elem_size) in copy_elem() argument
367 *pout = *pin; in copy_elem()
370 *((uint16_t *)pout) = *((uint16_t *)pin); in copy_elem()
374 AV_WB24(pout, v); in copy_elem()
377 *((uint32_t *)pout) = *((uint32_t *)pin); in copy_elem()
380 memcpy(pout, pin, elem_size); in copy_elem()
460 uint8_t *pin, *pout; in filter_slice() local
467 pout = out->data[plane] + j * out->linesize[plane] + i * rot->draw.pixelstep[plane]; in filter_slice()
479 *pout = *pin; in filter_slice()
483 AV_WL16(pout, v); in filter_slice()
[all …]
Dvf_alphamerge.c65 uint8_t *pin, *pout; in do_alphamerge() local
68 pout = main_buf->data[0] + y * main_buf->linesize[0] + s->rgba_map[A]; in do_alphamerge()
70 *pout = *pin; in do_alphamerge()
72 pout += 4; in do_alphamerge()
/third_party/python/Lib/idlelib/
Dpercolator.py96 pout = p.removefilter
101 (pin if var1.get() else pout)(t1)
103 (pin if var2.get() else pout)(t2)
/third_party/openssl/test/
Ddrbg_cavs_test.c34 static size_t kat_entropy(RAND_DRBG *drbg, unsigned char **pout, in kat_entropy() argument
41 *pout = (unsigned char *)t->entropy; in kat_entropy()
45 static size_t kat_nonce(RAND_DRBG *drbg, unsigned char **pout, in kat_nonce() argument
51 *pout = (unsigned char *)t->nonce; in kat_nonce()
Ddrbgtest.c132 static size_t kat_entropy(RAND_DRBG *drbg, unsigned char **pout, in kat_entropy() argument
139 *pout = (unsigned char *)t->entropy; in kat_entropy()
143 static size_t kat_nonce(RAND_DRBG *drbg, unsigned char **pout, in kat_nonce() argument
149 *pout = (unsigned char *)t->nonce; in kat_nonce()
518 static size_t get_entropy_hook(RAND_DRBG *drbg, unsigned char **pout, in get_entropy_hook() argument
528 ret = ctx->get_entropy(drbg, pout, entropy, min_len, max_len, in get_entropy_hook()
/third_party/openssl/include/openssl/
Drand_drbg.h107 unsigned char **pout,
113 typedef size_t (*RAND_DRBG_get_nonce_fn)(RAND_DRBG *drbg, unsigned char **pout,
/third_party/openssl/crypto/ec/
Decdh_ossl.c38 int ecdh_simple_compute_key(unsigned char **pout, size_t *poutlen, in ecdh_simple_compute_key() argument
108 *pout = buf; in ecdh_simple_compute_key()
Dec_local.h180 int (*ecdh_compute_key)(unsigned char **pout, size_t *poutlen,
614 int (*compute_key)(unsigned char **pout, size_t *poutlen,
634 int ossl_ecdh_compute_key(unsigned char **pout, size_t *poutlen,
636 int ecdh_simple_compute_key(unsigned char **pout, size_t *poutlen,
/third_party/openssl/crypto/rand/
Drand_lib.c130 unsigned char **pout, in rand_drbg_get_entropy() argument
201 *pout = rand_pool_detach(pool); in rand_drbg_get_entropy()
231 unsigned char **pout, in rand_drbg_get_nonce() argument
257 *pout = rand_pool_detach(pool); in rand_drbg_get_nonce()
285 size_t rand_drbg_get_additional_data(RAND_POOL *pool, unsigned char **pout) in rand_drbg_get_additional_data() argument
293 *pout = rand_pool_detach(pool); in rand_drbg_get_additional_data()
/third_party/gstreamer/gstplugins_good/gst/audiofx/
Dgstscaletempo.c205 g##type *pout = buf_out; \
211 *pout++ = *po - *pb++ * (*po - *pin++); \
222 gint16 *pout = buf_out; in output_overlap_s16() local
228 *pout++ = *po - ((*pb++ * (*po - *pin++)) >> 16); in output_overlap_s16()
478 gint8 *pout; in gst_scaletempo_transform() local
488 pout = (gint8 *) omap.data; in gst_scaletempo_transform()
503 st->output_overlap (st, pout, bytes_off); in gst_scaletempo_transform()
505 memcpy (pout + st->bytes_overlap, in gst_scaletempo_transform()
507 pout += st->bytes_stride; in gst_scaletempo_transform()
/third_party/boost/libs/config/tools/
Dgenerate.cpp257 std::ostream* pout = positive_test ? &config_test1a : &config_test1; in process_ipp_file() local
258 *pout << "#if"; in process_ipp_file()
260 *pout << "n"; in process_ipp_file()
261 *pout << "def " << macro_name in process_ipp_file()
/third_party/openssl/doc/man3/
DRAND_DRBG_set_callbacks.pod28 unsigned char **pout,
39 unsigned char **pout,
69 The buffer's address is to be returned in *B<pout> and the number of collected
/third_party/boost/boost/numeric/odeint/stepper/
Dvelocity_verlet.hpp110 … CoorOut & qout , VelocityOut & pout , AccelerationOut & aout , time_type t , time_type dt ) in do_step() argument
124 pout , pin , ain , aout , in do_step()
/third_party/libxml2/
Dregressions.py153 pin, pout, perr = os.popen3(cmd)
172 th1 = thread.start_new_thread(readPfile, (pout, outfile, th1Flag))
/third_party/e2fsprogs/misc/
Dblkid.c273 char **pout = &outbuf; in code_convert() local
278 if (iconv(cd, pin, &inlen, pout, &outlen) == (size_t)-1) return -1; in code_convert()

12