Home
last modified time | relevance | path

Searched refs:OI_INT (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/
Dbitalloc.c157 OI_INT bits = scale_factor[sb]; in computeBitneed()
174 OI_INT bits = scale_factor[sb]; in computeBitneed()
257 OI_INT adjustToFitBitpool(const OI_UINT bitpool, in adjustToFitBitpool()
263 OI_INT maxBitadjust = 0; in adjustToFitBitpool()
264 OI_INT bitadjust = (bitcount > bitpool) ? -8 : 8; in adjustToFitBitpool()
265 OI_INT chop = 8; in adjustToFitBitpool()
274 OI_INT i; in adjustToFitBitpool()
315 INLINE OI_INT allocAdjustedBits(OI_UINT8 *dest, in allocAdjustedBits()
316 OI_INT bits, in allocAdjustedBits()
317 OI_INT excess) in allocAdjustedBits()
[all …]
Dreadsamplesjoint.inc80 OI_INT sf = *sf_array++;
94 OI_INT sf = *sf_array++;
Dbitalloc-sbc.c56 OI_INT bitadjust; in stereoBitAllocation()
Ddecoder-private.c230 OI_INT sf; in OI_SBC_ReadSamples()
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/include/
Doi_string.h106 OI_INT OI_MemCmp(void const *s1, void const *s2, OI_UINT32 n);
146 OI_INT OI_Strcmp(OI_CHAR const *s1,
159 OI_INT OI_Strncmp(OI_CHAR const *s1,
178 OI_INT OI_StrcmpInsensitive(OI_CHAR const *s1,
194 OI_INT OI_StrncmpInsensitive(OI_CHAR const *s1,
Doi_codec_sbc_private.h140 OI_INT adjustToFitBitpool(const OI_UINT bitpool,
146 OI_INT allocAdjustedBits(OI_UINT8 *dest,
147 OI_INT bits,
148 OI_INT excess);
150 OI_INT allocExcessBits(OI_UINT8 *dest,
151 OI_INT excess);
Doi_utils.h264 OI_INT OI_atoi(const OI_CHAR *str);
332 OI_INT *index);
Doi_osinterface.h68 void OI_LogError(OI_MODULE module, OI_INT lineno, OI_STATUS status);
Doi_cpu_dep.h102 typedef int OI_INT; /**< Integer values use native integer data type for target CPU. … typedef