Searched refs:subbands (Results 1 – 7 of 7) sorted by relevance
/system/bt/embdrv/sbc/decoder/srce/ |
D | decoder-oina.c | 40 uint8_t mode, uint8_t subbands, uint8_t blocks, uint8_t alloc, in OI_CODEC_SBC_DecoderConfigureRaw() argument 48 if (subbands != SBC_SUBBANDS_8) { in OI_CODEC_SBC_DecoderConfigureRaw() 60 if (subbands > SBC_SUBBANDS_8) { in OI_CODEC_SBC_DecoderConfigureRaw() 79 context->common.frameInfo.subbands = subbands; in OI_CODEC_SBC_DecoderConfigureRaw() 102 OI_BOOL enhanced, uint8_t subbands) { in OI_CODEC_SBC_DecoderLimit() argument 112 context->restrictSubbands = subbands; in OI_CODEC_SBC_DecoderLimit()
|
D | decoder-sbc.c | 276 (context->common.frameInfo.subbands != context->restrictSubbands)) { in OI_CODEC_SBC_DecodeFrame() 390 uint8_t subbands; in OI_CODEC_SBC_FrameCount() local 405 subbands = mode = blocks = frameData[1]; in OI_CODEC_SBC_FrameCount() 409 subbands = band_values[(subbands & BIT0)]; in OI_CODEC_SBC_FrameCount() 415 frameLen += subbands + (8 * subbands); in OI_CODEC_SBC_FrameCount() 424 frameLen += 4 * subbands; in OI_CODEC_SBC_FrameCount() 426 frameLen += 8 * subbands; in OI_CODEC_SBC_FrameCount()
|
D | decoder-private.c | 113 frame->subbands = (d1 & BIT0); in OI_SBC_ReadHeader() 114 frame->nrof_subbands = band_values[frame->subbands]; in OI_SBC_ReadHeader()
|
D | bitalloc.c | 246 const OI_UINT subbands, OI_UINT bitcount, in adjustToFitBitpool() argument 265 for (i = (subbands / 4 - 1); i >= 0; --i) { in adjustToFitBitpool()
|
D | framing.c | 237 frame->nrof_subbands = band_values[frame->subbands]; in OI_SBC_ExpandFrameFields()
|
/system/bt/embdrv/sbc/decoder/include/ |
D | oi_codec_sbc.h | 171 uint8_t subbands; member 298 OI_BOOL enhanced, uint8_t subbands); 328 uint8_t mode, uint8_t subbands, uint8_t blocks, uint8_t alloc,
|
D | oi_codec_sbc_private.h | 144 const OI_UINT subbands, OI_UINT bitcount,
|