Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/
Dbitalloc.c65 OI_UINT16 nrof_subbands = frame->nrof_subbands; in internal_CalculateFramelen() local
148 const OI_UINT nrof_subbands = common->frameInfo.nrof_subbands; in computeBitneed() local
358 const OI_UINT8 nrof_subbands = common->frameInfo.nrof_subbands; in oneChannelBitAllocation() local
Dbitalloc-sbc.c53 const OI_UINT nrof_subbands = common->frameInfo.nrof_subbands; in stereoBitAllocation() local
135 OI_UINT16 nrof_subbands = frame->nrof_subbands; in OI_CODEC_SBC_CalculateBitpool() local
Ddecoder-sbc.c458 OI_UINT nrof_subbands = common->frameInfo.nrof_subbands; in OI_SBC_ReadSamplesJoint() local
Dsynthesis-sbc.c378 OI_UINT nrof_subbands = context->common.frameInfo.nrof_subbands; in OI_SBC_SynthFrame() local
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/include/
Doi_codec_sbc.h139 OI_UINT8 nrof_subbands; /**< The number of subbands of the encoded stream. Input parameter. */ member