Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/
Dbitalloc-sbc.c58 OI_UINT sbL; in stereoBitAllocation() local
71 sbL = 0; in stereoBitAllocation()
73 while (sbL < nrof_subbands) { in stereoBitAllocation()
74 … excess = allocAdjustedBits(&common->bits.uint8[sbL], bitneeds.uint8[sbL] + bitadjust, excess); in stereoBitAllocation()
75 ++sbL; in stereoBitAllocation()
79 sbL = 0; in stereoBitAllocation()
82 excess = allocExcessBits(&common->bits.uint8[sbL], excess); in stereoBitAllocation()
83 ++sbL; in stereoBitAllocation()