Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/x86/
Dlossless_videodsp_init.c98 c->add_bytes = ff_add_bytes_mmx; in ff_llviddsp_init_x86()
108 c->add_bytes = ff_add_bytes_sse2; in ff_llviddsp_init_x86()
124 c->add_bytes = ff_add_bytes_avx2; in ff_llviddsp_init_x86()
Dlossless_videodsp.asm212 cglobal add_bytes, 3,4,2, dst, src, w, size
/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.h32 void (*add_bytes)(uint8_t *dst /* align 32 */, uint8_t *src /* align 32 */, member
Dhuffyuvdec.c859 static void add_bytes(HYuvContext *s, uint8_t *dst, uint8_t *src, int w) in add_bytes() function
862 s->llviddsp.add_bytes(dst, src, w); in add_bytes()
920 add_bytes(s, dst, dst - fake_stride, w); in decode_slice()
1008 s->llviddsp.add_bytes(ydst, ydst - fake_ystride, width); in decode_slice()
1030 s->llviddsp.add_bytes(ydst, ydst - fake_ystride, width); in decode_slice()
1032 s->llviddsp.add_bytes(udst, udst - fake_ustride, width2); in decode_slice()
1033 s->llviddsp.add_bytes(vdst, vdst - fake_vstride, width2); in decode_slice()
1165 s->llviddsp.add_bytes(p->data[0] + p->linesize[0] * (y + y_offset), in decode_slice()
Dlossless_videodsp.c114 c->add_bytes = add_bytes_c; in ff_llviddsp_init()
Dlagarith.c638 …l->llviddsp.add_bytes(p->data[0] + i * p->linesize[0], p->data[1] + i * p->linesize[1], avctx->wid… in lag_decode_frame()
639 …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.c366 s->llviddsp.add_bytes(b, g, width); in magy_decode_slice()
367 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