Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/embdrv/encoder_for_aptxhd/src/
DaptXHDbtenc.c91 subbandParameters[i].threshTable; in aptxhdbtenc_init()
93 subbandParameters[i].threshTable_sl1; in aptxhdbtenc_init()
94 encode_dat->m_qdata[i].ditherTablePtr = subbandParameters[i].dithTable; in aptxhdbtenc_init()
96 subbandParameters[i].minusLambdaDTable; in aptxhdbtenc_init()
97 encode_dat->m_qdata[i].codeBits = subbandParameters[i].numBits; in aptxhdbtenc_init()
104 subbandParameters[i].threshTable; in aptxhdbtenc_init()
106 subbandParameters[i].threshTable_sl1; in aptxhdbtenc_init()
108 subbandParameters[i].dithTable_sh1; in aptxhdbtenc_init()
110 subbandParameters[i].incrTable; in aptxhdbtenc_init()
112 subbandParameters[i].maxLogDelta; in aptxhdbtenc_init()
[all …]
DAptxTables.h216 static const SubbandParameters subbandParameters[NUMSUBBANDS] = { variable
/packages/modules/Bluetooth/system/embdrv/encoder_for_aptx/src/
DaptXbtenc.c104 subbandParameters[i].threshTable; in aptxbtenc_init()
106 subbandParameters[i].threshTable_sl1; in aptxbtenc_init()
107 encode_dat->m_qdata[i].ditherTablePtr = subbandParameters[i].dithTable; in aptxbtenc_init()
109 subbandParameters[i].minusLambdaDTable; in aptxbtenc_init()
110 encode_dat->m_qdata[i].codeBits = subbandParameters[i].numBits; in aptxbtenc_init()
117 subbandParameters[i].threshTable; in aptxbtenc_init()
119 subbandParameters[i].threshTable_sl1; in aptxbtenc_init()
121 subbandParameters[i].dithTable_sh1; in aptxbtenc_init()
123 subbandParameters[i].incrTable; in aptxbtenc_init()
125 subbandParameters[i].maxLogDelta; in aptxbtenc_init()
[all …]
DAptxTables.h135 static const SubbandParameters subbandParameters[NUMSUBBANDS] = { variable