Home
last modified time | relevance | path

Searched defs:MULTIPLY (Results 1 – 24 of 24) sorted by relevance

/third_party/ffmpeg/libavcodec/
Djrevdct.c168 #define MULTIPLY(var,const) (((int16_t) (var)) * ((int16_t) (const))) macro
171 #define MULTIPLY(var,const) (((int16_t) (var)) * ((int32_t) (const))) macro
176 #define MULTIPLY(var,const) ((var) * (const)) macro
Djfdctint_template.c176 #define MULTIPLY(var,const) MULTIPLY16C16(var,const) macro
178 #define MULTIPLY(var,const) ((var) * (const)) macro
Djfdctfst.c143 #define MULTIPLY(var,const) ((int16_t) DESCALE((var) * (const), CONST_BITS)) macro
D4xm.c162 #define MULTIPLY(var, const) ((int)((var) * (unsigned)(const)) >> 16) macro
/third_party/ffmpeg/libavfilter/
Dvf_blend.c288 #define MULTIPLY(x, a, b) ((x) * (((a) * (b)) / 255)) macro
331 #define MULTIPLY(x, a, b) ((x) * (((a) * (b)) / 65535)) in DEFINE_BLEND8() macro
374 #define MULTIPLY(x, a, b) ((x) * (((a) * (b)) / 1023)) in DEFINE_BLEND8() macro
417 #define MULTIPLY(x, a, b) ((x) * (((a) * (b)) / 4095)) in DEFINE_BLEND8() macro
460 #define MULTIPLY(x, a, b) ((x) * (((a) * (b)) / 511)) in DEFINE_BLEND8() macro
503 #define MULTIPLY(x, a, b) ((x) * (((a) * (b)) / 1.0)) in DEFINE_BLEND8() macro
/third_party/skia/third_party/externals/libjpeg-turbo/
Djfdctfst.c109 #define MULTIPLY(var, const) ((DCTELEM)DESCALE((var) * (const), CONST_BITS)) macro
Djfdctint.c132 #define MULTIPLY(var, const) MULTIPLY16C16(var, const) macro
Djidctfst.c122 #define MULTIPLY(var, const) ((DCTELEM)DESCALE((var) * (const), CONST_BITS)) macro
Djidctred.c101 #define MULTIPLY(var, const) MULTIPLY16C16(var, const) macro
Djidctint.c154 #define MULTIPLY(var, const) MULTIPLY16C16(var, const) macro
/third_party/libjpeg-turbo/
Djfdctfst.c109 #define MULTIPLY(var, const) ((DCTELEM)DESCALE((var) * (const), CONST_BITS)) macro
Djfdctint.c132 #define MULTIPLY(var, const) MULTIPLY16C16(var, const) macro
Djidctfst.c122 #define MULTIPLY(var, const) ((DCTELEM)DESCALE((var) * (const), CONST_BITS)) macro
Djidctred.c101 #define MULTIPLY(var, const) MULTIPLY16C16(var, const) macro
Djidctint.c154 #define MULTIPLY(var, const) MULTIPLY16C16(var, const) macro
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djfdctfst.c109 #define MULTIPLY(var, const) ((DCTELEM)DESCALE((var) * (const), CONST_BITS)) macro
Djfdctint.c132 #define MULTIPLY(var, const) MULTIPLY16C16(var, const) macro
Djidctfst.c122 #define MULTIPLY(var, const) ((DCTELEM)DESCALE((var) * (const), CONST_BITS)) macro
Djidctred.c101 #define MULTIPLY(var, const) MULTIPLY16C16(var, const) macro
Djidctint.c154 #define MULTIPLY(var, const) MULTIPLY16C16(var, const) macro
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DBlendMode.java35 MULTIPLY(24), enumConstant
/third_party/libjpeg-turbo/simd/powerpc/
Djquanti-altivec.c106 #define MULTIPLY(vs0, vs1, out) { \ macro
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/
Djquanti-altivec.c106 #define MULTIPLY(vs0, vs1, out) { \ macro
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcExtTokens.hpp143 glw::GLenum MULTIPLY; member