Home
last modified time | relevance | path

Searched defs:bits (Results 1 – 25 of 50) sorted by relevance

12

/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/
Ddequant.c128 static INLINE float dequant_float(OI_UINT32 raw, OI_UINT scale_factor, OI_UINT bits) in dequant_float()
147 INLINE OI_INT32 OI_SBC_Dequant(OI_UINT32 raw, OI_UINT scale_factor, OI_UINT bits) in OI_SBC_Dequant()
186 INLINE OI_INT32 OI_SBC_Dequant_Unscaled(OI_UINT32 raw, OI_UINT scale_factor, OI_UINT bits) in OI_SBC_Dequant_Unscaled()
Dbitalloc.c157 OI_INT bits = scale_factor[sb]; in computeBitneed() local
174 OI_INT bits = scale_factor[sb]; in computeBitneed() local
316 OI_INT bits, in allocAdjustedBits()
Dbitstream-decode.c51 PRIVATE OI_UINT32 OI_BITSTREAM_ReadUINT(OI_BITSTREAM *bs, OI_UINT bits) in OI_BITSTREAM_ReadUINT()
Dbitalloc-sbc.c138 OI_UINT16 bits; in OI_CODEC_SBC_CalculateBitpool() local
Ddecoder-private.c229 OI_UINT bits; in OI_SBC_ReadSamples() local
Dsynthesis-dct8.c86 #define FIX(x,bits) (((int)floor(0.5f+((x)*((float)(1<<bits)))))/((float)(1<<bits))) in float_dct2_8() argument
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/include/
Doi_bitstream.h80 #define OI_BITSTREAM_READUINT(result, bits, ptr, value, bitPtr) \ argument
98 #define OI_BITSTREAM_WRITEUINT(ptr, value, bitPtr, datum, bits) \ argument
/hal_espressif-latest/zephyr/esp32/src/esp_adc_cal/
Desp_adc_cal.c122 static inline int decode_bits(uint32_t bits, uint32_t mask, bool is_twos_compl) in decode_bits()
143 uint32_t bits = REG_GET_FIELD(VREF_REG, EFUSE_ADC_VREF); in read_efuse_vref() local
152 uint32_t bits; in read_efuse_tp_low() local
169 uint32_t bits; in read_efuse_tp_high() local
/hal_espressif-latest/components/esp_adc/deprecated/esp32/
Desp_adc_cal_legacy.c116 static inline int decode_bits(uint32_t bits, uint32_t mask, bool is_twos_compl) in decode_bits()
137 uint32_t bits = efuse_ll_get_adc_vref(); in read_efuse_vref() local
146 uint32_t bits; in read_efuse_tp_low() local
163 uint32_t bits; in read_efuse_tp_high() local
/hal_espressif-latest/components/esp_adc/esp32/
Dadc_cali_line_fitting.c293 static inline int decode_bits(uint32_t bits, uint32_t mask, bool is_twos_compl) in decode_bits()
314 uint32_t bits = efuse_ll_get_adc_vref(); in read_efuse_vref() local
323 uint32_t bits; in read_efuse_tp_low() local
340 uint32_t bits; in read_efuse_tp_high() local
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/
Dmd5_hash.h30 uint32_t bits[2]; member
/hal_espressif-latest/components/esp_rom/include/esp32/rom/
Dmd5_hash.h31 uint32_t bits[2]; member
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/
Dmd5_hash.h31 uint32_t bits[2]; member
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/
Dmd5_hash.h31 uint32_t bits[2]; member
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/
Dmd5_hash.h31 uint32_t bits[2]; member
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/
Dmd5_hash.h31 uint32_t bits[2]; member
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dmd5_i.h14 u32 bits[2]; member
/hal_espressif-latest/components/wpa_supplicant/src/utils/
Dbitfield.c16 u8 *bits; member
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dsae_pk.c206 static char *add_char(const char *start, char *pos, u8 idx, size_t *bits) in add_char()
386 int bits; in sae_pk_set_password() local
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_sco.c64 UINT32 bits; /* number of bits per pcm sample */ member
562 void BTA_DmPcmInitSamples (UINT32 src_sps, UINT32 bits, UINT32 n_channels) in BTA_DmPcmInitSamples()
/hal_espressif-latest/components/esp_wifi/wifi_apps/src/
Dnan_app.c770 …EventBits_t bits = os_event_group_wait_bits(nan_event_group, NAN_STARTED_BIT, pdFALSE, pdFALSE, po… in esp_wifi_nan_start() local
813 …EventBits_t bits = os_event_group_wait_bits(nan_event_group, NAN_STOPPED_BIT, pdFALSE, pdFALSE, po… in esp_wifi_nan_stop() local
997 …EventBits_t bits = os_event_group_wait_bits(nan_event_group, NDP_ACCEPTED | NDP_REJECTED, pdFALSE,… in esp_wifi_nan_datapath_req() local
/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dtlsv1_client_read.c648 unsigned int bits; in count_bits() local
675 unsigned int bits; in tlsv1_process_diffie_hellman() local
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/
Decc_dsa.c66 static void bits2int(uECC_word_t *native, const uint8_t *bits, in bits2int()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Decc_dsa.c66 static void bits2int(uECC_word_t *native, const uint8_t *bits, in bits2int()
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/
Dbta_av_sbc.c56 void bta_av_sbc_init_up_sample (UINT32 src_sps, UINT32 dst_sps, UINT16 bits, UINT16 n_channels) in bta_av_sbc_init_up_sample()

12