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()
151 final int roundFactor; in formatBytes() local154 roundFactor = 1; in formatBytes()157 roundFactor = 100; in formatBytes()161 roundFactor = 10; in formatBytes()164 roundFactor = 100; in formatBytes()169 roundFactor = 1; in formatBytes()172 roundFactor = 100; in formatBytes()186 : (((long) Math.round(result * roundFactor)) * mult / roundFactor); in formatBytes()