Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djdct.h190 #define MULTIPLY16C16(var, const) (((INT16)(var)) * ((INT16)(const))) macro
193 #define MULTIPLY16C16(var, const) (((INT16)(var)) * ((JLONG)(const))) macro
197 #define MULTIPLY16C16(var, const) ((var) * (const)) macro