libosmocodec 1.10.0.27-aec32
Osmocom codec library
|
Functions | |
static unsigned | count_ones_under_mask (const uint8_t *data, const uint8_t *mask, unsigned nbytes) |
enum osmo_gsm631_sid_class | osmo_hr_sid_classify (const uint8_t *rtp_payload, bool bci_flag, bool *bfi_from_bci) |
Variables | |
static const uint8_t | ones_in_nibble [16] |
static const uint8_t | sid_field_last10_mask [10] |
static const uint8_t | sid_field_misordered [14] |
static const uint8_t | class2_mask_voiced [4] = {0x7F, 0x80, 0x3F, 0xE0} |
static const uint8_t | class2_mask_unvoiced [4] = {0x07, 0x07, 0xFF, 0xE0} |
|
static |
References data, n, and ones_in_nibble.
Referenced by osmo_hr_sid_classify().
enum osmo_gsm631_sid_class osmo_hr_sid_classify | ( | const uint8_t * | rtp_payload, |
bool | bci_flag, | ||
bool * | bfi_from_bci | ||
) |
|
static |
Referenced by osmo_hr_sid_classify().
|
static |
Referenced by osmo_hr_sid_classify().
|
static |
Referenced by count_ones_under_mask().
|
static |
Referenced by osmo_hr_sid_classify().
|
static |
Referenced by osmo_hr_sid_classify().