/third_party/ffmpeg/libavcodec/ |
D | jrevdct.c | 168 #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
|
D | jfdctint_template.c | 176 #define MULTIPLY(var,const) MULTIPLY16C16(var,const) macro 178 #define MULTIPLY(var,const) ((var) * (const)) macro
|
D | jfdctfst.c | 143 #define MULTIPLY(var,const) ((int16_t) DESCALE((var) * (const), CONST_BITS)) macro
|
D | 4xm.c | 162 #define MULTIPLY(var, const) ((int)((var) * (unsigned)(const)) >> 16) macro
|
/third_party/ffmpeg/libavfilter/ |
D | vf_blend.c | 288 #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/ |
D | jfdctfst.c | 109 #define MULTIPLY(var, const) ((DCTELEM)DESCALE((var) * (const), CONST_BITS)) macro
|
D | jfdctint.c | 132 #define MULTIPLY(var, const) MULTIPLY16C16(var, const) macro
|
D | jidctfst.c | 122 #define MULTIPLY(var, const) ((DCTELEM)DESCALE((var) * (const), CONST_BITS)) macro
|
D | jidctred.c | 101 #define MULTIPLY(var, const) MULTIPLY16C16(var, const) macro
|
D | jidctint.c | 154 #define MULTIPLY(var, const) MULTIPLY16C16(var, const) macro
|
/third_party/libjpeg-turbo/ |
D | jfdctfst.c | 109 #define MULTIPLY(var, const) ((DCTELEM)DESCALE((var) * (const), CONST_BITS)) macro
|
D | jfdctint.c | 132 #define MULTIPLY(var, const) MULTIPLY16C16(var, const) macro
|
D | jidctfst.c | 122 #define MULTIPLY(var, const) ((DCTELEM)DESCALE((var) * (const), CONST_BITS)) macro
|
D | jidctred.c | 101 #define MULTIPLY(var, const) MULTIPLY16C16(var, const) macro
|
D | jidctint.c | 154 #define MULTIPLY(var, const) MULTIPLY16C16(var, const) macro
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | jfdctfst.c | 109 #define MULTIPLY(var, const) ((DCTELEM)DESCALE((var) * (const), CONST_BITS)) macro
|
D | jfdctint.c | 132 #define MULTIPLY(var, const) MULTIPLY16C16(var, const) macro
|
D | jidctfst.c | 122 #define MULTIPLY(var, const) ((DCTELEM)DESCALE((var) * (const), CONST_BITS)) macro
|
D | jidctred.c | 101 #define MULTIPLY(var, const) MULTIPLY16C16(var, const) macro
|
D | jidctint.c | 154 #define MULTIPLY(var, const) MULTIPLY16C16(var, const) macro
|
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
D | BlendMode.java | 35 MULTIPLY(24), enumConstant
|
/third_party/libjpeg-turbo/simd/powerpc/ |
D | jquanti-altivec.c | 106 #define MULTIPLY(vs0, vs1, out) { \ macro
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/ |
D | jquanti-altivec.c | 106 #define MULTIPLY(vs0, vs1, out) { \ macro
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcExtTokens.hpp | 143 glw::GLenum MULTIPLY; member
|