Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddcaadpcm.h41 return clip23(norm13(pred)); in ff_dcaadpcm_predict()
Ddcamath.h40 static inline int32_t norm13(int64_t a) { return norm__(a, 13); } in norm13() function