Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
Dbitalloc.c146 OI_INT bits = scale_factor[sb]; in computeBitneed()
163 OI_INT bits = scale_factor[sb]; in computeBitneed()
246 OI_INT adjustToFitBitpool(const OI_UINT bitpool, in adjustToFitBitpool()
252 OI_INT maxBitadjust = 0; in adjustToFitBitpool()
253 OI_INT bitadjust = (bitcount > bitpool) ? -8 : 8; in adjustToFitBitpool()
254 OI_INT chop = 8; in adjustToFitBitpool()
263 OI_INT i; in adjustToFitBitpool()
304 INLINE OI_INT allocAdjustedBits(OI_UINT8 *dest, in allocAdjustedBits()
305 OI_INT bits, in allocAdjustedBits()
306 OI_INT excess) in allocAdjustedBits()
[all …]
Dreadsamplesjoint.inc80 OI_INT sf = *sf_array++;
94 OI_INT sf = *sf_array++;
Dbitalloc-sbc.c54 OI_INT bitadjust; in stereoBitAllocation()
Ddecoder-private.c197 OI_INT sf; in OI_SBC_ReadSamples()
/external/bluetooth/bluedroid/embdrv/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 INLINE OI_INT allocAdjustedBits(OI_UINT8 *dest,
147 OI_INT bits,
148 OI_INT excess);
150 INLINE 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