Searched refs:norm13 (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ | ||
D | dcaadpcm.h | 41 return clip23(norm13(pred)); in ff_dcaadpcm_predict() |
D | dcamath.h | 40 static inline int32_t norm13(int64_t a) { return norm__(a, 13); } in norm13() function |