Home
last modified time | relevance | path

Searched defs:nrof_subbands (Results 1 – 5 of 5) sorted by relevance

/external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
Dbitalloc.c62 OI_UINT16 nrof_subbands = frame->nrof_subbands; in internal_CalculateFramelen() local
137 const OI_UINT nrof_subbands = common->frameInfo.nrof_subbands; in computeBitneed() local
347 const OI_UINT8 nrof_subbands = common->frameInfo.nrof_subbands; in oneChannelBitAllocation() local
Dbitalloc-sbc.c51 const OI_UINT nrof_subbands = common->frameInfo.nrof_subbands; in stereoBitAllocation() local
133 OI_UINT16 nrof_subbands = frame->nrof_subbands; in OI_CODEC_SBC_CalculateBitpool() local
Ddecoder-sbc.c452 OI_UINT nrof_subbands = common->frameInfo.nrof_subbands; in OI_SBC_ReadSamplesJoint() local
Dsynthesis-sbc.c376 OI_UINT nrof_subbands = context->common.frameInfo.nrof_subbands; in OI_SBC_SynthFrame() local
/external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
Doi_codec_sbc.h135 OI_UINT8 nrof_subbands; /**< The number of subbands of the encoded stream. Input parameter. */ member