norm__            243 libavcodec/dca_core.h             output[n] += clip23(norm__(input[n] * step_scale, 22 - shift));
norm__            246 libavcodec/dca_core.h             output[n]  = clip23(norm__(input[n] * step_scale, 22 - shift));
norm__             52 libavcodec/dcaadpcm.c     tmp = norm__(tmp, 13);
norm__             72 libavcodec/dcaadpcm.c     tmp = norm__(tmp, 26);
norm__            142 libavcodec/dcaadpcm.c         input_buffer[i] = norm__(in[i], 7);
norm__            143 libavcodec/dcaadpcm.c         input_buffer2[i] = norm__(in[i], shift_bits);
norm__            428 libavcodec/dcaenc.c         data[i] = norm__(mul32(in[i], 0x3fffffff - (COS_T(4 * i + 2) >> 1)), 4);
norm__             37 libavcodec/dcamath.h     return norm__((int64_t)a * b, bits);
norm__             40 libavcodec/dcamath.h static inline int32_t norm13(int64_t a) { return norm__(a, 13); }
norm__             41 libavcodec/dcamath.h static inline int32_t norm16(int64_t a) { return norm__(a, 16); }
norm__             42 libavcodec/dcamath.h static inline int32_t norm20(int64_t a) { return norm__(a, 20); }
norm__             43 libavcodec/dcamath.h static inline int32_t norm21(int64_t a) { return norm__(a, 21); }
norm__             44 libavcodec/dcamath.h static inline int32_t norm23(int64_t a) { return norm__(a, 23); }