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.c55 OI_UINT sbL; in stereoBitAllocation() local
70 sbL = 0; in stereoBitAllocation()
72 while (sbL < nrof_subbands) { in stereoBitAllocation()
73 excess = allocAdjustedBits(&common->bits.uint8[sbL], in stereoBitAllocation()
74 bitneeds.uint8[sbL] + bitadjust, excess); in stereoBitAllocation()
75 ++sbL; in stereoBitAllocation()
80 sbL = 0; in stereoBitAllocation()
83 excess = allocExcessBits(&common->bits.uint8[sbL], excess); in stereoBitAllocation()
84 ++sbL; in stereoBitAllocation()