Searched refs:roundFactor (Results 1 – 2 of 2) sorted by relevance
124 int32 roundFactor = 0x00004000L; in weight_amrwb_lpc() local129 ap[i] = (int16)(fxp_mac_16by16(a[i], fac, roundFactor) >> 15); in weight_amrwb_lpc()130 fac = (int16)(fxp_mac_16by16(fac, gamma, roundFactor) >> 15); in weight_amrwb_lpc()132 ap[i] = (int16)(fxp_mac_16by16(a[i], fac, roundFactor) >> 15); in weight_amrwb_lpc()
133 final int roundFactor; in formatBytes() local136 roundFactor = 1; in formatBytes()139 roundFactor = 100; in formatBytes()143 roundFactor = 10; in formatBytes()146 roundFactor = 100; in formatBytes()151 roundFactor = 1; in formatBytes()154 roundFactor = 100; in formatBytes()168 : (((long) Math.round(result * roundFactor)) * mult / roundFactor); in formatBytes()