Searched refs:OI_UINT (Results 1 – 15 of 15) sorted by relevance
/system/bt/embdrv/sbc/decoder/include/ |
D | oi_codec_sbc_private.h | 110 OI_UINT bitPtr; 136 OI_UINT computeBitneed(OI_CODEC_SBC_COMMON_CONTEXT* common, uint8_t* bitneeds, 137 OI_UINT ch, OI_UINT* preferredBitpool); 140 BITNEED_UNION1* bitneeds, OI_UINT ch, 141 OI_UINT bitcount); 143 OI_INT adjustToFitBitpool(const OI_UINT bitpool, uint32_t* bitneeds, 144 const OI_UINT subbands, OI_UINT bitcount, 145 OI_UINT* excess); 171 OI_CODEC_SBC_FRAME_INFO* frame, OI_UINT* headerLen_); 181 OI_UINT wordCount); [all …]
|
D | oi_bitstream.h | 47 INLINE uint32_t OI_BITSTREAM_ReadUINT(OI_BITSTREAM* bs, OI_UINT bits); 54 OI_UINT bits);
|
D | oi_string.h | 129 OI_UINT OI_StrLen(OI_CHAR const* pStr); 184 OI_INT OI_StrncmpInsensitive(OI_CHAR const* s1, OI_CHAR const* s2, OI_UINT len);
|
D | oi_cpu_dep.h | 114 typedef unsigned int OI_UINT; /**< Unsigned integer values use native unsigned typedef
|
D | oi_codec_sbc.h | 201 OI_UINT filterBufferOffset;
|
/system/bt/embdrv/sbc/decoder/srce/ |
D | bitalloc.c | 79 OI_UINT blocksbands; in internal_CalculateBitrate() 87 OI_CODEC_SBC_FRAME_INFO* frame, OI_UINT* headerLen_) { in OI_SBC_CalculateFrameAndHeaderlen() 88 OI_UINT headerLen = in OI_SBC_CalculateFrameAndHeaderlen() 124 OI_UINT computeBitneed(OI_CODEC_SBC_COMMON_CONTEXT* common, uint8_t* bitneeds, in computeBitneed() 125 OI_UINT ch, OI_UINT* preferredBitpool) { in computeBitneed() 134 const OI_UINT nrof_subbands = common->frameInfo.nrof_subbands; in computeBitneed() 135 OI_UINT sb; in computeBitneed() 137 OI_UINT bitcount = 0; in computeBitneed() 245 OI_INT adjustToFitBitpool(const OI_UINT bitpool, uint32_t* bitneeds, in adjustToFitBitpool() 246 const OI_UINT subbands, OI_UINT bitcount, in adjustToFitBitpool() [all …]
|
D | synthesis-sbc.c | 248 OI_UINT strideShift); 251 OI_UINT strideShift); 255 OI_UINT blkstart, OI_UINT blkcount); 277 int16_t* pcm, OI_UINT blkstart, in OI_SBC_SynthFrame_80() 278 OI_UINT blkcount) { in OI_SBC_SynthFrame_80() 279 OI_UINT blk; in OI_SBC_SynthFrame_80() 280 OI_UINT ch; in OI_SBC_SynthFrame_80() 281 OI_UINT nrof_channels = context->common.frameInfo.nrof_channels; in OI_SBC_SynthFrame_80() 282 OI_UINT pcmStrideShift = context->common.pcmStride == 1 ? 0 : 1; in OI_SBC_SynthFrame_80() 283 OI_UINT offset = context->common.filterBufferOffset; in OI_SBC_SynthFrame_80() [all …]
|
D | bitalloc-sbc.c | 35 OI_UINT bitcountL; in dualBitAllocation() 36 OI_UINT bitcountR; in dualBitAllocation() 37 OI_UINT bitpoolPreferenceL = 0; in dualBitAllocation() 38 OI_UINT bitpoolPreferenceR = 0; in dualBitAllocation() 50 const OI_UINT nrof_subbands = common->frameInfo.nrof_subbands; in stereoBitAllocation() 52 OI_UINT excess; in stereoBitAllocation() 54 OI_UINT bitcount; in stereoBitAllocation() 55 OI_UINT sbL; in stereoBitAllocation() 56 OI_UINT sbR; in stereoBitAllocation() 57 OI_UINT bitpoolPreference = 0; in stereoBitAllocation() [all …]
|
D | dequant.c | 133 INLINE float dequant_float(uint32_t raw, OI_UINT scale_factor, OI_UINT bits) { in dequant_float() 151 INLINE int32_t OI_SBC_Dequant(uint32_t raw, OI_UINT scale_factor, in OI_SBC_Dequant() 152 OI_UINT bits) { in OI_SBC_Dequant() 190 INLINE int32_t OI_SBC_Dequant_Unscaled(uint32_t raw, OI_UINT scale_factor, in OI_SBC_Dequant_Unscaled() 191 OI_UINT bits) { in OI_SBC_Dequant_Unscaled()
|
D | framing.c | 157 OI_UINT crc; in crc_iterate() 158 OI_UINT idx; in crc_iterate() 171 OI_UINT crc; in crc_iterate_top4() 172 OI_UINT idx; in crc_iterate_top4() 209 OI_UINT i; in OI_SBC_CalculateChecksum() 216 OI_UINT count = (frame->nrof_subbands * frame->nrof_channels / 2u) + 4; in OI_SBC_CalculateChecksum() 263 OI_UINT wordCount) { in shift_buffer() 270 OI_UINT n; in shift_buffer()
|
D | decoder-private.c | 50 OI_UINT i; in internal_DecoderReset() 133 OI_UINT i = common->frameInfo.nrof_subbands * common->frameInfo.nrof_channels; in OI_SBC_ReadScalefactors() 135 OI_UINT f; in OI_SBC_ReadScalefactors() 181 OI_UINT nrof_blocks = common->frameInfo.nrof_blocks; in OI_SBC_ReadSamples() 185 OI_UINT bitPtr = global_bs->bitPtr; in OI_SBC_ReadSamples() 187 const OI_UINT iter_count = in OI_SBC_ReadSamples() 190 OI_UINT i; in OI_SBC_ReadSamples() 194 OI_UINT n; in OI_SBC_ReadSamples() 197 OI_UINT bits; in OI_SBC_ReadSamples()
|
D | decoder-sbc.c | 102 OI_UINT frameSamples = context->common.frameInfo.nrof_blocks * in DecodeBody() 104 OI_UINT decode_block_count; in DecodeBody() 157 OI_UINT start_block = in DecodeBody() 172 OI_UINT i; in DecodeBody() 194 OI_UINT bodyLen; in internal_DecodeRaw() 242 OI_UINT framelen; in OI_CODEC_SBC_DecodeFrame() 351 OI_UINT framelen; in OI_CODEC_SBC_SkipFrame() 352 OI_UINT headerlen; in OI_CODEC_SBC_SkipFrame() 386 OI_UINT frameLen; in OI_CODEC_SBC_FrameCount() 465 OI_UINT nrof_subbands = common->frameInfo.nrof_subbands; in OI_SBC_ReadSamplesJoint()
|
D | readsamplesjoint.inc | 45 OI_UINT nrof_subbands = common->frameInfo.nrof_subbands; 61 OI_UINT bl = common->frameInfo.nrof_blocks; 65 OI_UINT bitPtr = global_bs->bitPtr; 72 OI_UINT sb;
|
D | bitstream-decode.c | 48 PRIVATE uint32_t OI_BITSTREAM_ReadUINT(OI_BITSTREAM* bs, OI_UINT bits) { in OI_BITSTREAM_ReadUINT()
|
D | synthesis-8-generated.c | 52 OI_UINT strideShift) { in SynthWindow80_generated()
|