Searched refs:ROUND_MUL16 (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | opus_pvq.c | 35 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()
|
D | opus.h | 52 #define ROUND_MUL16(a,b) ((MUL16(a, b) + 16384) >> 15) macro
|