Searched refs:OI_UINT (Results 1 – 15 of 15) sorted by relevance
/external/bluetooth/bluedroid/embdrv/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 | 163 OI_UINT filterBufferOffset;
|
/external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/ |
D | synthesis-sbc.c | 236 PRIVATE void SynthWindow80_generated(OI_INT16 *pcm, SBC_BUFFER_T const * RESTRICT buffer, OI_UINT s… 237 PRIVATE void SynthWindow112_generated(OI_INT16 *pcm, SBC_BUFFER_T const * RESTRICT buffer, OI_UINT … 240 …TH_FRAME)(OI_CODEC_SBC_DECODER_CONTEXT *context, OI_INT16 *pcm, OI_UINT blkstart, OI_UINT blkcount… 258 …hFrame_80(OI_CODEC_SBC_DECODER_CONTEXT *context, OI_INT16 *pcm, OI_UINT blkstart, OI_UINT blkcount) in OI_SBC_SynthFrame_80() 260 OI_UINT blk; in OI_SBC_SynthFrame_80() 261 OI_UINT ch; in OI_SBC_SynthFrame_80() 262 OI_UINT nrof_channels = context->common.frameInfo.nrof_channels; in OI_SBC_SynthFrame_80() 263 OI_UINT pcmStrideShift = context->common.pcmStride == 1 ? 0 : 1; in OI_SBC_SynthFrame_80() 264 OI_UINT offset = context->common.filterBufferOffset; in OI_SBC_SynthFrame_80() 266 OI_UINT blkstop = blkstart + blkcount; in OI_SBC_SynthFrame_80() [all …]
|
D | bitalloc.c | 77 OI_UINT blocksbands; in internal_CalculateBitrate() 84 INLINE OI_UINT16 OI_SBC_CalculateFrameAndHeaderlen(OI_CODEC_SBC_FRAME_INFO *frame, OI_UINT *headerL… in OI_SBC_CalculateFrameAndHeaderlen() 86 OI_UINT headerLen = SBC_HEADER_LEN + frame->nrof_subbands * frame->nrof_channels/2; in OI_SBC_CalculateFrameAndHeaderlen() 118 OI_UINT computeBitneed(OI_CODEC_SBC_COMMON_CONTEXT *common, in computeBitneed() 120 OI_UINT ch, in computeBitneed() 121 OI_UINT *preferredBitpool) in computeBitneed() 137 const OI_UINT nrof_subbands = common->frameInfo.nrof_subbands; in computeBitneed() 138 OI_UINT sb; in computeBitneed() 140 OI_UINT bitcount = 0; in computeBitneed() 246 OI_INT adjustToFitBitpool(const OI_UINT bitpool, in adjustToFitBitpool() [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() 51 const OI_UINT nrof_subbands = common->frameInfo.nrof_subbands; in stereoBitAllocation() 53 OI_UINT excess; in stereoBitAllocation() 55 OI_UINT bitcount; in stereoBitAllocation() 56 OI_UINT sbL; in stereoBitAllocation() 57 OI_UINT sbR; in stereoBitAllocation() 58 OI_UINT bitpoolPreference = 0; in stereoBitAllocation() [all …]
|
D | dequant.c | 125 INLINE float dequant_float(OI_UINT32 raw, OI_UINT scale_factor, OI_UINT bits) in dequant_float() 144 INLINE OI_INT32 OI_SBC_Dequant(OI_UINT32 raw, OI_UINT scale_factor, OI_UINT bits) in OI_SBC_Dequant() 183 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 | 113 OI_UINT crc; in crc_iterate() 114 OI_UINT idx; in crc_iterate() 128 OI_UINT crc; in crc_iterate_top4() 129 OI_UINT idx; in crc_iterate_top4() 170 OI_UINT i; in OI_SBC_CalculateChecksum() 177 OI_UINT count = (frame->nrof_subbands * frame->nrof_channels / 2u) + 4; in OI_SBC_CalculateChecksum() 225 PRIVATE void shift_buffer(SBC_BUFFER_T *dest, SBC_BUFFER_T *src, OI_UINT wordCount) in shift_buffer() 233 OI_UINT n; in shift_buffer()
|
D | decoder-private.c | 49 OI_UINT i; in internal_DecoderReset() 138 OI_UINT i = common->frameInfo.nrof_subbands * common->frameInfo.nrof_channels; in OI_SBC_ReadScalefactors() 140 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 = common->frameInfo.nrof_channels * common->frameInfo.nrof_subbands / 4; in OI_SBC_ReadSamples() 189 OI_UINT i; in OI_SBC_ReadSamples() 193 OI_UINT n; in OI_SBC_ReadSamples() 196 OI_UINT bits; in OI_SBC_ReadSamples()
|
D | decoder-sbc.c | 105 …OI_UINT frameSamples = context->common.frameInfo.nrof_blocks * context->common.frameInfo.nrof_subb… in DecodeBody() 106 OI_UINT decode_block_count; in DecodeBody() 152 OI_UINT start_block = context->common.frameInfo.nrof_blocks - context->bufferedBlocks; in DecodeBody() 165 OI_UINT i; in DecodeBody() 190 OI_UINT bodyLen; in internal_DecodeRaw() 240 OI_UINT framelen; in OI_CODEC_SBC_DecodeFrame() 336 OI_UINT framelen; in OI_CODEC_SBC_SkipFrame() 337 OI_UINT headerlen; in OI_CODEC_SBC_SkipFrame() 372 OI_UINT frameLen; in OI_CODEC_SBC_FrameCount() 452 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 | 48 PRIVATE OI_UINT32 OI_BITSTREAM_ReadUINT(OI_BITSTREAM *bs, OI_UINT bits) in OI_BITSTREAM_ReadUINT()
|
D | synthesis-8-generated.c | 42 PRIVATE void SynthWindow80_generated(OI_INT16 *pcm, SBC_BUFFER_T const * RESTRICT buffer, OI_UINT s… in SynthWindow80_generated()
|