Searched defs:rateRCU (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/
H A DsimpleKenny.c60 double rateRCU; local
438 rateRCU = ((double)totalBitsRCU * (sampFreqKHz)) / (double)totalsmpls;
460 printf("Measured RCU bit-ratre...... %0.3f kbps\n", rateRCU);

Completed in 55 milliseconds