Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dopus_pvq.c35 x = (32767-x) + ROUND_MUL16(x, (-7651 + ROUND_MUL16(x, (8277 + ROUND_MUL16(-626, x))))); in celt_cos()
47 ROUND_MUL16(isin, ROUND_MUL16(isin, -2597) + 7932) - in celt_log2tan()
48 ROUND_MUL16(icos, ROUND_MUL16(icos, -2597) + 7932); in celt_log2tan()
668 delta = ROUND_MUL16((N - 1) << 7, celt_log2tan(iside, imid)); in quant_band_template()
Dopus.h52 #define ROUND_MUL16(a,b) ((MUL16(a, b) + 16384) >> 15) macro