Searched refs:OI_INT (Results 1 – 9 of 9) sorted by relevance
/external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/ |
D | bitalloc.c | 146 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 …]
|
D | readsamplesjoint.inc | 80 OI_INT sf = *sf_array++; 94 OI_INT sf = *sf_array++;
|
D | bitalloc-sbc.c | 54 OI_INT bitadjust; in stereoBitAllocation()
|
D | decoder-private.c | 197 OI_INT sf; in OI_SBC_ReadSamples()
|
/external/bluetooth/bluedroid/embdrv/sbc/decoder/include/ |
D | oi_string.h | 106 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,
|
D | oi_codec_sbc_private.h | 140 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);
|
D | oi_utils.h | 264 OI_INT OI_atoi(const OI_CHAR *str); 332 OI_INT *index);
|
D | oi_osinterface.h | 68 void OI_LogError(OI_MODULE module, OI_INT lineno, OI_STATUS status);
|
D | oi_cpu_dep.h | 102 typedef int OI_INT; /**< Integer values use native integer data type for target CPU. … typedef
|