Searched refs:mul22 (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ | ||
D | dcamath.h | 49 static inline int32_t mul22(int32_t a, int32_t b) { return mul__(a, b, 22); } in mul22() function |
D | dcadsp.c | 356 dst[i] -= mul22(src[i], coeff); in filter0() |