Home
last modified time | relevance | path

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

/system/bt/embdrv/sbc/decoder/srce/
Dbitalloc-sbc.c56 OI_UINT sbL; in stereoBitAllocation() local
69 sbL = 0; in stereoBitAllocation()
71 while (sbL < nrof_subbands) { in stereoBitAllocation()
72 … excess = allocAdjustedBits(&common->bits.uint8[sbL], bitneeds.uint8[sbL] + bitadjust, excess); in stereoBitAllocation()
73 ++sbL; in stereoBitAllocation()
77 sbL = 0; in stereoBitAllocation()
80 excess = allocExcessBits(&common->bits.uint8[sbL], excess); in stereoBitAllocation()
81 ++sbL; in stereoBitAllocation()