Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dsynth_filter.c126 out[i ] = clip23(norm21(a)); in synth_filter_fixed()
127 out[i + 16] = clip23(norm21(b)); in synth_filter_fixed()
128 synth_buf2[i ] = norm21(c); in synth_filter_fixed()
129 synth_buf2[i + 16] = norm21(d); in synth_filter_fixed()
Ddcamath.h43 static inline int32_t norm21(int64_t a) { return norm__(a, 21); } in norm21() function