Home
last modified time | relevance | path

Searched refs:OI_UINT (Results 1 – 15 of 15) sorted by relevance

/packages/modules/Bluetooth/system/embdrv/sbc/decoder/srce/
Dsynthesis-sbc.c248 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 …]
Dbitalloc.c79 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 …]
Dbitalloc-sbc.c35 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 …]
Dframing.c105 OI_UINT crc; in crc_iterate()
106 OI_UINT idx; in crc_iterate()
119 OI_UINT crc; in crc_iterate_top4()
120 OI_UINT idx; in crc_iterate_top4()
157 OI_UINT i; in OI_SBC_CalculateChecksum()
164 OI_UINT count = (frame->nrof_subbands * frame->nrof_channels / 2u) + 4; in OI_SBC_CalculateChecksum()
211 OI_UINT wordCount) { in shift_buffer()
218 OI_UINT n; in shift_buffer()
Ddequant.c182 INLINE float dequant_float(uint32_t raw, OI_UINT scale_factor, OI_UINT bits) { in dequant_float()
200 INLINE int32_t OI_SBC_Dequant(uint32_t raw, OI_UINT scale_factor, in OI_SBC_Dequant()
201 OI_UINT bits) { in OI_SBC_Dequant()
239 INLINE int32_t OI_SBC_Dequant_Unscaled(uint32_t raw, OI_UINT scale_factor, in OI_SBC_Dequant_Unscaled()
240 OI_UINT bits) { in OI_SBC_Dequant_Unscaled()
Ddecoder-private.c49 OI_UINT i; in internal_DecoderReset()
132 OI_UINT i = common->frameInfo.nrof_subbands * common->frameInfo.nrof_channels; in OI_SBC_ReadScalefactors()
134 OI_UINT f; in OI_SBC_ReadScalefactors()
180 OI_UINT nrof_blocks = common->frameInfo.nrof_blocks; in OI_SBC_ReadSamples()
184 OI_UINT bitPtr = global_bs->bitPtr; in OI_SBC_ReadSamples()
185 const OI_UINT iter_count = in OI_SBC_ReadSamples()
188 OI_UINT n; in OI_SBC_ReadSamples()
191 OI_UINT bits = common->bits.uint8[n]; in OI_SBC_ReadSamples()
Ddecoder-sbc.c119 OI_UINT frameSamples = context->common.frameInfo.nrof_blocks * in DecodeBody()
121 OI_UINT decode_block_count; in DecodeBody()
174 OI_UINT start_block = in DecodeBody()
189 OI_UINT i; in DecodeBody()
211 OI_UINT bodyLen; in internal_DecodeRaw()
275 OI_UINT framelen; in OI_CODEC_SBC_DecodeFrame()
396 OI_UINT framelen; in OI_CODEC_SBC_SkipFrame()
397 OI_UINT headerlen; in OI_CODEC_SBC_SkipFrame()
431 OI_UINT frameLen; in OI_CODEC_SBC_FrameCount()
510 OI_UINT nrof_subbands = common->frameInfo.nrof_subbands; in OI_SBC_ReadSamplesJoint()
Dreadsamplesjoint.inc45 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;
Dbitstream-decode.c47 PRIVATE uint32_t OI_BITSTREAM_ReadUINT(OI_BITSTREAM* bs, OI_UINT bits) { in OI_BITSTREAM_ReadUINT()
Dsynthesis-8-generated.c52 OI_UINT strideShift) { in SynthWindow80_generated()
/packages/modules/Bluetooth/system/embdrv/sbc/decoder/include/
Doi_codec_sbc_private.h109 OI_UINT bitPtr;
135 OI_UINT computeBitneed(OI_CODEC_SBC_COMMON_CONTEXT* common, uint8_t* bitneeds,
136 OI_UINT ch, OI_UINT* preferredBitpool);
139 BITNEED_UNION1* bitneeds, OI_UINT ch,
140 OI_UINT bitcount);
142 OI_INT adjustToFitBitpool(const OI_UINT bitpool, uint32_t* bitneeds,
143 const OI_UINT subbands, OI_UINT bitcount,
144 OI_UINT* excess);
170 OI_CODEC_SBC_FRAME_INFO* frame, OI_UINT* headerLen_);
180 OI_UINT wordCount);
[all …]
Doi_bitstream.h47 INLINE uint32_t OI_BITSTREAM_ReadUINT(OI_BITSTREAM* bs, OI_UINT bits);
54 OI_UINT bits);
Doi_string.h129 OI_UINT OI_StrLen(OI_CHAR const* pStr);
184 OI_INT OI_StrncmpInsensitive(OI_CHAR const* s1, OI_CHAR const* s2, OI_UINT len);
Doi_cpu_dep.h114 typedef unsigned int OI_UINT; /**< Unsigned integer values use native unsigned typedef
Doi_codec_sbc.h205 OI_UINT filterBufferOffset;