Home
last modified time | relevance | path

Searched refs:DIVIDE (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/include/
Doi_codec_sbc_private.h72 #ifndef DIVIDE
73 #define DIVIDE(a, b) ((a) / (b)) macro
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/
Dbitalloc-sbc.c153 return DIVIDE(bits, nrof_blocks); in OI_CODEC_SBC_CalculateBitpool()
Dbitalloc.c89 return DIVIDE(8 * internal_CalculateFramelen(frame) * frame->frequency, blocksbands); in internal_CalculateBitrate()