Home
last modified time | relevance | path

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

/system/bt/embdrv/sbc/decoder/srce/
Dbitalloc.c143 OI_INT bits = scale_factor[sb]; in computeBitneed()
161 OI_INT bits = scale_factor[sb]; in computeBitneed()
245 OI_INT adjustToFitBitpool(const OI_UINT bitpool, uint32_t* bitneeds, in adjustToFitBitpool()
248 OI_INT maxBitadjust = 0; in adjustToFitBitpool()
249 OI_INT bitadjust = (bitcount > bitpool) ? -8 : 8; in adjustToFitBitpool()
250 OI_INT chop = 8; in adjustToFitBitpool()
259 OI_INT i; in adjustToFitBitpool()
300 INLINE OI_INT allocAdjustedBits(uint8_t* dest, OI_INT bits, OI_INT excess) { in allocAdjustedBits()
323 INLINE OI_INT allocExcessBits(uint8_t* dest, OI_INT excess) { in allocExcessBits()
338 OI_INT bitadjust; in oneChannelBitAllocation()
Dreadsamplesjoint.inc81 OI_INT sf = *sf_array++;
95 OI_INT sf = *sf_array++;
Dbitalloc-sbc.c53 OI_INT bitadjust; in stereoBitAllocation()
Ddecoder-private.c198 OI_INT sf; in OI_SBC_ReadSamples()
/system/bt/embdrv/sbc/decoder/include/
Doi_string.h103 OI_INT OI_MemCmp(void const* s1, void const* s2, uint32_t n);
141 OI_INT OI_Strcmp(OI_CHAR const* s1, OI_CHAR const* s2);
153 OI_INT OI_Strncmp(OI_CHAR const* s1, OI_CHAR const* s2, uint32_t len);
169 OI_INT OI_StrcmpInsensitive(OI_CHAR const* s1, OI_CHAR const* s2);
184 OI_INT OI_StrncmpInsensitive(OI_CHAR const* s1, OI_CHAR const* s2, OI_UINT len);
Doi_codec_sbc_private.h143 OI_INT adjustToFitBitpool(const OI_UINT bitpool, uint32_t* bitneeds,
147 INLINE OI_INT allocAdjustedBits(uint8_t* dest, OI_INT bits, OI_INT excess);
149 INLINE OI_INT allocExcessBits(uint8_t* dest, OI_INT excess);
Doi_utils.h252 OI_INT OI_atoi(const OI_CHAR* str);
318 OI_INT* index);
Doi_osinterface.h68 void OI_LogError(OI_MODULE module, OI_INT lineno, OI_STATUS status);
Doi_cpu_dep.h113 OI_INT; /**< Integer values use native integer data type for target CPU. */ typedef