Searched refs:OI_UINT (Results 1 – 15 of 15) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/include/ |
D | oi_codec_sbc_private.h | 102 OI_UINT bitPtr; 129 OI_UINT computeBitneed(OI_CODEC_SBC_COMMON_CONTEXT *common, 131 OI_UINT ch, 132 OI_UINT *preferredBitpool); 136 OI_UINT ch, 137 OI_UINT bitcount); 140 OI_INT adjustToFitBitpool(const OI_UINT bitpool, 142 const OI_UINT subbands, 143 OI_UINT bitcount, 144 OI_UINT *excess); [all …]
|
D | oi_bitstream.h | 47 INLINE OI_UINT32 OI_BITSTREAM_ReadUINT(OI_BITSTREAM *bs, OI_UINT bits); 55 OI_UINT bits);
|
D | oi_string.h | 134 OI_UINT OI_StrLen(OI_CHAR const *pStr) ; 196 OI_UINT len);
|
D | oi_cpu_dep.h | 103 typedef unsigned int OI_UINT; /**< Unsigned integer values use native unsigned integer data typ… typedef
|
D | oi_codec_sbc.h | 167 OI_UINT filterBufferOffset;
|
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/ |
D | bitalloc.c | 86 OI_UINT blocksbands; in internal_CalculateBitrate() 93 INLINE OI_UINT16 OI_SBC_CalculateFrameAndHeaderlen(OI_CODEC_SBC_FRAME_INFO *frame, OI_UINT *headerL… in OI_SBC_CalculateFrameAndHeaderlen() 95 OI_UINT headerLen = SBC_HEADER_LEN + frame->nrof_subbands * frame->nrof_channels / 2; in OI_SBC_CalculateFrameAndHeaderlen() 129 OI_UINT computeBitneed(OI_CODEC_SBC_COMMON_CONTEXT *common, in computeBitneed() 131 OI_UINT ch, in computeBitneed() 132 OI_UINT *preferredBitpool) in computeBitneed() 148 const OI_UINT nrof_subbands = common->frameInfo.nrof_subbands; in computeBitneed() 149 OI_UINT sb; in computeBitneed() 151 OI_UINT bitcount = 0; in computeBitneed() 257 OI_INT adjustToFitBitpool(const OI_UINT bitpool, in adjustToFitBitpool() [all …]
|
D | synthesis-sbc.c | 238 PRIVATE void SynthWindow80_generated(OI_INT16 *pcm, SBC_BUFFER_T const *RESTRICT buffer, OI_UINT st… 239 PRIVATE void SynthWindow112_generated(OI_INT16 *pcm, SBC_BUFFER_T const *RESTRICT buffer, OI_UINT s… 242 …TH_FRAME)(OI_CODEC_SBC_DECODER_CONTEXT *context, OI_INT16 *pcm, OI_UINT blkstart, OI_UINT blkcount… 260 …hFrame_80(OI_CODEC_SBC_DECODER_CONTEXT *context, OI_INT16 *pcm, OI_UINT blkstart, OI_UINT blkcount) in OI_SBC_SynthFrame_80() 262 OI_UINT blk; in OI_SBC_SynthFrame_80() 263 OI_UINT ch; in OI_SBC_SynthFrame_80() 264 OI_UINT nrof_channels = context->common.frameInfo.nrof_channels; in OI_SBC_SynthFrame_80() 265 OI_UINT pcmStrideShift = context->common.pcmStride == 1 ? 0 : 1; in OI_SBC_SynthFrame_80() 266 OI_UINT offset = context->common.filterBufferOffset; in OI_SBC_SynthFrame_80() 268 OI_UINT blkstop = blkstart + blkcount; in OI_SBC_SynthFrame_80() [all …]
|
D | bitalloc-sbc.c | 37 OI_UINT bitcountL; in dualBitAllocation() 38 OI_UINT bitcountR; in dualBitAllocation() 39 OI_UINT bitpoolPreferenceL = 0; in dualBitAllocation() 40 OI_UINT bitpoolPreferenceR = 0; in dualBitAllocation() 53 const OI_UINT nrof_subbands = common->frameInfo.nrof_subbands; in stereoBitAllocation() 55 OI_UINT excess; in stereoBitAllocation() 57 OI_UINT bitcount; in stereoBitAllocation() 58 OI_UINT sbL; in stereoBitAllocation() 59 OI_UINT sbR; in stereoBitAllocation() 60 OI_UINT bitpoolPreference = 0; in stereoBitAllocation() [all …]
|
D | dequant.c | 128 static INLINE float dequant_float(OI_UINT32 raw, OI_UINT scale_factor, OI_UINT bits) in dequant_float() 147 INLINE OI_INT32 OI_SBC_Dequant(OI_UINT32 raw, OI_UINT scale_factor, OI_UINT bits) in OI_SBC_Dequant() 186 INLINE OI_INT32 OI_SBC_Dequant_Unscaled(OI_UINT32 raw, OI_UINT scale_factor, OI_UINT bits) in OI_SBC_Dequant_Unscaled()
|
D | framing.c | 115 OI_UINT crc; in crc_iterate() 116 OI_UINT idx; in crc_iterate() 130 OI_UINT crc; in crc_iterate_top4() 131 OI_UINT idx; in crc_iterate_top4() 172 OI_UINT i; in OI_SBC_CalculateChecksum() 179 OI_UINT count = (frame->nrof_subbands * frame->nrof_channels / 2u) + 4; in OI_SBC_CalculateChecksum() 227 PRIVATE void shift_buffer(SBC_BUFFER_T *dest, SBC_BUFFER_T *src, OI_UINT wordCount) in shift_buffer() 235 OI_UINT n; in shift_buffer()
|
D | decoder-private.c | 53 OI_UINT i; in internal_DecoderReset() 171 OI_UINT i = common->frameInfo.nrof_subbands * common->frameInfo.nrof_channels; in OI_SBC_ReadScalefactors() 173 OI_UINT f; in OI_SBC_ReadScalefactors() 214 OI_UINT nrof_blocks = common->frameInfo.nrof_blocks; in OI_SBC_ReadSamples() 218 OI_UINT bitPtr = global_bs->bitPtr; in OI_SBC_ReadSamples() 220 … const OI_UINT iter_count = common->frameInfo.nrof_channels * common->frameInfo.nrof_subbands / 4; in OI_SBC_ReadSamples() 222 OI_UINT i; in OI_SBC_ReadSamples() 226 OI_UINT n; in OI_SBC_ReadSamples() 229 OI_UINT bits; in OI_SBC_ReadSamples()
|
D | decoder-sbc.c | 110 …OI_UINT frameSamples = context->common.frameInfo.nrof_blocks * context->common.frameInfo.nrof_subb… in DecodeBody() 111 OI_UINT decode_block_count; in DecodeBody() 157 OI_UINT start_block = context->common.frameInfo.nrof_blocks - context->bufferedBlocks; in DecodeBody() 170 OI_UINT i; in DecodeBody() 195 OI_UINT bodyLen; in internal_DecodeRaw() 246 OI_UINT framelen; in OI_CODEC_SBC_DecodeFrame() 342 OI_UINT framelen; in OI_CODEC_SBC_SkipFrame() 343 OI_UINT headerlen; in OI_CODEC_SBC_SkipFrame() 378 OI_UINT frameLen; in OI_CODEC_SBC_FrameCount() 458 OI_UINT nrof_subbands = common->frameInfo.nrof_subbands; in OI_SBC_ReadSamplesJoint()
|
D | readsamplesjoint.inc | 44 OI_UINT nrof_subbands = common->frameInfo.nrof_subbands; 60 OI_UINT bl = common->frameInfo.nrof_blocks; 64 OI_UINT bitPtr = global_bs->bitPtr; 71 OI_UINT sb;
|
D | bitstream-decode.c | 51 PRIVATE OI_UINT32 OI_BITSTREAM_ReadUINT(OI_BITSTREAM *bs, OI_UINT bits) in OI_BITSTREAM_ReadUINT()
|
D | synthesis-8-generated.c | 44 PRIVATE void SynthWindow80_generated(OI_INT16 *pcm, SBC_BUFFER_T const *RESTRICT buffer, OI_UINT st… in SynthWindow80_generated()
|