FILTER_SHIFT 251 libswresample/resample.c filtered[j]= sum / (1<<FILTER_SHIFT); FILTER_SHIFT 57 libswresample/resample_template.c # define FOFFSET (1<<(FILTER_SHIFT-1)) FILTER_SHIFT 58 libswresample/resample_template.c # define OUT(d, v) (d) = av_clipl_int32((v)>>FILTER_SHIFT) FILTER_SHIFT 70 libswresample/resample_template.c # define FOFFSET (1<<(FILTER_SHIFT-1)) FILTER_SHIFT 71 libswresample/resample_template.c # define OUT(d, v) (d) = av_clip_int16((v)>>FILTER_SHIFT) FILTER_SHIFT 153 libswresample/resample_template.c #if FILTER_SHIFT == 0 FILTER_SHIFT 174 libswresample/resample_template.c # if FILTER_SHIFT == 0