Home
last modified time | relevance | path

Searched defs:add_bytes (Results 1 – 5 of 5) sorted by relevance

/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
/third_party/protobuf/src/google/protobuf/stubs/
Dstructurally_valid.cc46 uint8 add_bytes; member
/third_party/openssl/providers/implementations/rands/
Ddrbg_hash.c144 static int add_bytes(PROV_DRBG *drbg, unsigned char *dst, in add_bytes() function
/third_party/python/Modules/_decimal/libmpdec/
Dio.c1154 mpd_ssize_t add_chars, add_bytes; in _mpd_add_pad() local