Home
last modified time | relevance | path

Searched refs:FELEML (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavresample/
Dresample_template.c31 #define FELEML double macro
38 #define FELEML float macro
45 #define FELEML int64_t macro
52 #define FELEML int64_t macro
80 val += (v2 - val) * (FELEML)frac / c->src_incr; in SET_TYPE()
116 #undef FELEML
/third_party/ffmpeg/libswresample/
Dresample_template.c67 # define FELEML int64_t macro
116 #ifdef FELEML in RENAME()
117 OUT(dst[dst_index], val + (FELEML)val2); in RENAME()
171 #ifdef FELEML in RENAME()
172 val += (v2 - val) * (FELEML) frac / c->src_incr; in RENAME()
208 #undef FELEML
/third_party/pulseaudio/src/pulsecore/ffmpeg/
Dresample2.c35 #define FELEML int64_t macro
44 #define FELEML int64_t macro
53 #define FELEML double macro
248 val+=(v2-val)*(FELEML)frac / c->src_incr; in av_resample()
/third_party/ffmpeg/libswresample/x86/
Dresample.asm488 ; val += (v2 - val) * (FELEML) frac / c->src_incr;