Home
last modified time | relevance | path

Searched defs:AVERAGE (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/x86/
Dvf_blend.asm426 AVERAGE average, b label
441 AVERAGE average_16, w, 1 label
473 AVERAGE average, b label
491 AVERAGE average_16, w, 1 label
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSurface.cpp3963 …#define AVERAGE(x, y) (((x) & (y)) + ((((x) ^ (y)) >> 1) & 0x7F7F7F7F) + (((x) ^ (y)) & 0x01010101… in resolve() macro
4257 …#define AVERAGE(x, y) (((x) & (y)) + ((((x) ^ (y)) >> 1) & 0x7FFF7FFF) + (((x) ^ (y)) & 0x00010001… in resolve() macro
4550 …#define AVERAGE(x, y) (((x) & (y)) + ((((x) ^ (y)) >> 1) & 0x7FFF7FFF) + (((x) ^ (y)) & 0x00010001… in resolve() macro
5846 #define AVERAGE(x, y) (((x) & (y)) + ((((x) ^ (y)) >> 1) & 0x7BEF) + (((x) ^ (y)) & 0x0821)) in resolve() macro