Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds