Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmpegaudiodec_float.c32 #define FIXHR(x) ((float)(x)) macro
Dmpegaudiodec_fixed.c32 #define FIXHR(a) ((int)((a) * (1LL<<32) + 0.5)) macro
Ddct32_template.c36 # define FIXHR(x) ((float)(x)) macro
42 # define FIXHR(a) ((int)((a) * (1LL<<32) + 0.5)) macro
Dmpegaudiodsp_template.c48 #define FIXHR(x) ((float)(x)) macro
72 # define FIXHR(a) ((int)((a) * (1LL<<32) + 0.5)) macro