Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmpegaudiodec_float.c35 #define MULH3(x, y, s) ((s)*(y)*(x)) macro
Dmpegaudiodec_fixed.c35 #define MULH3(x, y, s) MULH((s)*(x), y) macro
Ddct32_template.c37 # define MULH3(x, y, s) ((s)*(y)*(x)) macro
43 # define MULH3(x, y, s) MULH((s)*(x), y) macro
Dmpegaudiodsp_template.c44 #define MULH3(x, y, s) ((s)*(y)*(x)) macro
67 # define MULH3(x, y, s) MULH((s)*(x), y) macro