Home
last modified time | relevance | path

Searched refs:FILTER_SHIFT (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libswresample/
H A Dresample_template.c31 # define FILTER_SHIFT 0 macro
41 # define FILTER_SHIFT 0 macro
51 # define FILTER_SHIFT 30 macro
57 # define FOFFSET (1<<(FILTER_SHIFT-1))
58 # define OUT(d, v) (d) = av_clipl_int32((v)>>FILTER_SHIFT)
63 # define FILTER_SHIFT 15 macro
70 # define FOFFSET (1<<(FILTER_SHIFT-1))
71 # define OUT(d, v) (d) = av_clip_int16((v)>>FILTER_SHIFT)
153 #if FILTER_SHIFT == 0 in resample_linear()
174 # if FILTER_SHIFT in resample_linear()
204 #undef FILTER_SHIFT global() macro
[all...]
H A Dresample.c252 filtered[j]= sum / (1<<FILTER_SHIFT); in build_filter()
/third_party/pulseaudio/src/pulsecore/ffmpeg/
H A Dresample2.c31 #define FILTER_SHIFT 15 macro
40 #define FILTER_SHIFT 30 macro
49 #define FILTER_SHIFT 0 macro
155 filtered[j]= sum / (1<<FILTER_SHIFT); in av_build_filter()
188 av_build_filter(c->filter_bank, factor, c->filter_length, phase_count, 1<<FILTER_SHIFT, WINDOW_TYPE); in av_resample_init()
258 val = (val + (1<<(FILTER_SHIFT-1)))>>FILTER_SHIFT; in av_resample()

Completed in 4 milliseconds