/third_party/ffmpeg/libavcodec/x86/ |
D | lossless_videodsp_init.c | 50 c->add_bytes = ff_add_bytes_sse2; in ff_llviddsp_init_x86() 66 c->add_bytes = ff_add_bytes_avx2; in ff_llviddsp_init_x86()
|
D | lossless_videodsp.asm | 204 cglobal add_bytes, 3,4,2, dst, src, w, size
|
/third_party/openssl/providers/implementations/rands/ |
D | drbg_hash.c | 144 static int add_bytes(PROV_DRBG *drbg, unsigned char *dst, in add_bytes() function 186 && add_bytes(drbg, hash->V, hash->vtmp, hash->blocklen); in add_hash_to_v() 234 add_bytes(drbg, hash->vtmp, &one, 1); in hash_gen() 347 && add_bytes(drbg, hash->V, hash->C, drbg->seedlen) in drbg_hash_generate() 349 && add_bytes(drbg, hash->V, counter, 4); in drbg_hash_generate()
|
/third_party/node/deps/openssl/openssl/providers/implementations/rands/ |
D | drbg_hash.c | 144 static int add_bytes(PROV_DRBG *drbg, unsigned char *dst, in add_bytes() function 186 && add_bytes(drbg, hash->V, hash->vtmp, hash->blocklen); in add_hash_to_v() 234 add_bytes(drbg, hash->vtmp, &one, 1); in hash_gen() 347 && add_bytes(drbg, hash->V, hash->C, drbg->seedlen) in drbg_hash_generate() 349 && add_bytes(drbg, hash->V, counter, 4); in drbg_hash_generate()
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | lossless_videodsp_altivec.c | 57 c->add_bytes = add_bytes_altivec; in ff_llviddsp_init_ppc()
|
/third_party/ffmpeg/libavcodec/ |
D | lossless_videodsp.h | 29 void (*add_bytes)(uint8_t *dst /* align 32 */, uint8_t *src /* align 32 */, member
|
D | huffyuvdec.c | 853 static void add_bytes(HYuvContext *s, uint8_t *dst, uint8_t *src, int w) in add_bytes() function 856 s->llviddsp.add_bytes(dst, src, w); in add_bytes() 914 add_bytes(s, dst, dst - fake_stride, w); in decode_slice() 1002 s->llviddsp.add_bytes(ydst, ydst - fake_ystride, width); in decode_slice() 1024 s->llviddsp.add_bytes(ydst, ydst - fake_ystride, width); in decode_slice() 1026 s->llviddsp.add_bytes(udst, udst - fake_ustride, width2); in decode_slice() 1027 s->llviddsp.add_bytes(vdst, vdst - fake_vstride, width2); in decode_slice() 1159 s->llviddsp.add_bytes(p->data[0] + p->linesize[0] * (y + y_offset), in decode_slice()
|
D | lossless_videodsp.c | 115 c->add_bytes = add_bytes_c; in ff_llviddsp_init()
|
D | lagarith.c | 643 …l->llviddsp.add_bytes(p->data[0] + i * p->linesize[0], p->data[1] + i * p->linesize[1], avctx->wid… in lag_decode_frame() 644 …l->llviddsp.add_bytes(p->data[2] + i * p->linesize[2], p->data[1] + i * p->linesize[1], avctx->wid… in lag_decode_frame()
|
D | magicyuv.c | 367 s->llviddsp.add_bytes(b, g, width); in magy_decode_slice() 368 s->llviddsp.add_bytes(r, g, width); in magy_decode_slice()
|
/third_party/python/Modules/_decimal/libmpdec/ |
D | io.c | 1154 mpd_ssize_t add_chars, add_bytes; in _mpd_add_pad() local 1164 add_bytes = add_chars * (mpd_ssize_t)n_fill; in _mpd_add_pad() 1167 result->nbytes+add_bytes+1, in _mpd_add_pad() 1209 result->nbytes += add_bytes; in _mpd_add_pad()
|
/third_party/ffmpeg/tests/checkasm/ |
D | llviddsp.c | 59 if (check_func(c.add_bytes, "add_bytes")) { in check_add_bytes()
|
/third_party/ffmpeg/doc/ |
D | optimization.txt | 82 add_bytes/diff_bytes
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | structurally_valid.cc | 46 uint8 add_bytes; member
|