Home
last modified time | relevance | path

Searched refs:add_bytes (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
Dlossless_videodsp_init.c50 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()
Dlossless_videodsp.asm204 cglobal add_bytes, 3,4,2, dst, src, w, size
/third_party/openssl/providers/implementations/rands/
Ddrbg_hash.c144 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/
Ddrbg_hash.c144 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/
Dlossless_videodsp_altivec.c57 c->add_bytes = add_bytes_altivec; in ff_llviddsp_init_ppc()
/third_party/ffmpeg/libavcodec/
Dlossless_videodsp.h29 void (*add_bytes)(uint8_t *dst /* align 32 */, uint8_t *src /* align 32 */, member
Dhuffyuvdec.c853 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()
Dlossless_videodsp.c115 c->add_bytes = add_bytes_c; in ff_llviddsp_init()
Dlagarith.c643 …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()
Dmagicyuv.c367 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/
Dio.c1154 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/
Dllviddsp.c59 if (check_func(c.add_bytes, "add_bytes")) { in check_add_bytes()
/third_party/ffmpeg/doc/
Doptimization.txt82 add_bytes/diff_bytes
/third_party/protobuf/src/google/protobuf/stubs/
Dstructurally_valid.cc46 uint8 add_bytes; member