Searched refs:DIVIDE (Results 1 – 3 of 3) sorted by relevance
72 #ifndef DIVIDE73 #define DIVIDE(a, b) ((a) / (b)) macro
153 return DIVIDE(bits, nrof_blocks); in OI_CODEC_SBC_CalculateBitpool()
89 return DIVIDE(8 * internal_CalculateFramelen(frame) * frame->frequency, blocksbands); in internal_CalculateBitrate()