Searched defs:MULLx (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mpegaudiodec_float.c | 34 #define MULLx(x, y, s) ((y)*(x)) macro
|
D | mpegaudiodec_fixed.c | 34 #define MULLx(x, y, s) MULL((int)(x),(y),s) macro
|
D | mpegaudiodsp_template.c | 47 #define MULLx(x, y, s) ((y)*(x)) macro 69 # define MULLx(x, y, s) MULL((int)(x),(y),s) macro
|