Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddcamath.h48 static inline int32_t mul17(int32_t a, int32_t b) { return mul__(a, b, 17); } in mul17() function
Ddcadsp.c54 dst[i][j + ofs] = clip23(mul17(src[i][j + ofs], scale)); in decode_joint_c()