Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/embdrv/encoder_for_aptx/src/
DAptxParameters.h129 int32_t maxLogDelta; member
204 int32_t maxLogDelta; member
DSubbandFunctionsCommon.h122 if (acc > iqdata_pt->maxLogDelta) { in invertQuantisation()
123 acc = iqdata_pt->maxLogDelta; in invertQuantisation()
221 if (acc > iqdata_pt->maxLogDelta) { in invertQuantisationHL()
222 acc = iqdata_pt->maxLogDelta; in invertQuantisationHL()
DaptXbtenc.c116 encode_dat->m_SubbandData[i].m_iqdata.maxLogDelta = subbandParameters[i].maxLogDelta; in aptxbtenc_init()
/packages/modules/Bluetooth/system/embdrv/encoder_for_aptxhd/src/
DAptxParameters.h124 int32_t maxLogDelta; member
201 int32_t maxLogDelta; member
DSubbandFunctionsCommon.h120 if (acc > iqdata_pt->maxLogDelta) { in invertQuantisation()
121 acc = iqdata_pt->maxLogDelta; in invertQuantisation()
217 if (acc > iqdata_pt->maxLogDelta) { in invertQuantisationHL()
218 acc = iqdata_pt->maxLogDelta; in invertQuantisationHL()
DaptXHDbtenc.c103 encode_dat->m_SubbandData[i].m_iqdata.maxLogDelta = subbandParameters[i].maxLogDelta; in aptxhdbtenc_init()