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()
158 final int roundFactor; in formatBytes() local161 roundFactor = 1; in formatBytes()164 roundFactor = 100; in formatBytes()168 roundFactor = 10; in formatBytes()171 roundFactor = 100; in formatBytes()176 roundFactor = 1; in formatBytes()179 roundFactor = 100; in formatBytes()193 : (((long) Math.round(result * roundFactor)) * mult / roundFactor); in formatBytes()