Home
last modified time | relevance | path

Searched refs:norm20 (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dsynth_filter.c162 out[i ] = clip23(norm20(a)); in synth_filter_fixed_64()
163 out[i + 32] = clip23(norm20(b)); in synth_filter_fixed_64()
164 synth_buf2[i ] = norm20(c); in synth_filter_fixed_64()
165 synth_buf2[i + 32] = norm20(d); in synth_filter_fixed_64()
Ddcamath.h42 static inline int32_t norm20(int64_t a) { return norm__(a, 20); } in norm20() function