Searched refs:norm21 (Results 1 – 2 of 2) sorted by relevance
126 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()
43 static inline int32_t norm21(int64_t a) { return norm__(a, 21); } in norm21() function