Home
last modified time | relevance | path

Searched refs:xor_raw (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Drle.c53 int w, int add_rep, int xor_rep, int add_raw, int xor_raw) in ff_rle_encode() argument
73 *out++ = (count ^ xor_raw) + add_raw; in ff_rle_encode()
Drle.h49 int w, int add_rep, int xor_rep, int add_raw, int xor_raw);