Searched defs:AVERAGE (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavfilter/x86/ | ||
H A D | vf_blend.asm | 426 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/ffmpeg/libavfilter/ | ||
H A D | vf_colorcorrect.c | 32 AVERAGE, enumerator |
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ | ||
H A D | Surface.cpp | 3963 #define AVERAGE(x, y) (((x) & (y)) + ((((x) ^ (y)) >> 1) & 0x7F7F7F7F) + (((x) ^ (y)) & 0x01010101)) in resolve() macro 4105 #undef AVERAGE resolve() macro 4257 #define AVERAGE resolve() macro 4399 #undef AVERAGE resolve() macro 4550 #define AVERAGE resolve() macro 4692 #undef AVERAGE resolve() macro 5846 #define AVERAGE resolve() macro 5988 #undef AVERAGE resolve() macro [all...] |
Completed in 8 milliseconds