Searched refs:OI_INT (Results 1 – 9 of 9) sorted by relevance
/system/bt/embdrv/sbc/decoder/srce/ |
D | bitalloc.c | 143 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()
|
D | readsamplesjoint.inc | 81 OI_INT sf = *sf_array++; 95 OI_INT sf = *sf_array++;
|
D | bitalloc-sbc.c | 53 OI_INT bitadjust; in stereoBitAllocation()
|
D | decoder-private.c | 198 OI_INT sf; in OI_SBC_ReadSamples()
|
/system/bt/embdrv/sbc/decoder/include/ |
D | oi_string.h | 103 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);
|
D | oi_codec_sbc_private.h | 143 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);
|
D | oi_utils.h | 252 OI_INT OI_atoi(const OI_CHAR* str); 318 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 | 113 OI_INT; /**< Integer values use native integer data type for target CPU. */ typedef
|