Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/embdrv/encoder_for_aptxhd/src/
DaptXHDbtenc.c81 Encoder_data* encode_dat = &state->m_encoderData[j]; in aptxhdbtenc_init() local
86 encode_dat->m_codewordHistory = 0L; in aptxhdbtenc_init()
88 encode_dat->m_qdata[i].thresholdTablePtr = subbandParameters[i].threshTable; in aptxhdbtenc_init()
89 encode_dat->m_qdata[i].thresholdTablePtr_sl1 = subbandParameters[i].threshTable_sl1; in aptxhdbtenc_init()
90 encode_dat->m_qdata[i].ditherTablePtr = subbandParameters[i].dithTable; in aptxhdbtenc_init()
91 encode_dat->m_qdata[i].minusLambdaDTable = subbandParameters[i].minusLambdaDTable; in aptxhdbtenc_init()
92 encode_dat->m_qdata[i].codeBits = subbandParameters[i].numBits; in aptxhdbtenc_init()
93 encode_dat->m_qdata[i].qCode = 0L; in aptxhdbtenc_init()
94 encode_dat->m_qdata[i].altQcode = 0L; in aptxhdbtenc_init()
95 encode_dat->m_qdata[i].distPenalty = 0L; in aptxhdbtenc_init()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/embdrv/encoder_for_aptx/src/
DaptXbtenc.c94 Encoder_data* encode_dat = &state->m_encoderData[j]; in aptxbtenc_init() local
99 encode_dat->m_codewordHistory = 0L; in aptxbtenc_init()
101 encode_dat->m_qdata[i].thresholdTablePtr = subbandParameters[i].threshTable; in aptxbtenc_init()
102 encode_dat->m_qdata[i].thresholdTablePtr_sl1 = subbandParameters[i].threshTable_sl1; in aptxbtenc_init()
103 encode_dat->m_qdata[i].ditherTablePtr = subbandParameters[i].dithTable; in aptxbtenc_init()
104 encode_dat->m_qdata[i].minusLambdaDTable = subbandParameters[i].minusLambdaDTable; in aptxbtenc_init()
105 encode_dat->m_qdata[i].codeBits = subbandParameters[i].numBits; in aptxbtenc_init()
106 encode_dat->m_qdata[i].qCode = 0L; in aptxbtenc_init()
107 encode_dat->m_qdata[i].altQcode = 0L; in aptxbtenc_init()
108 encode_dat->m_qdata[i].distPenalty = 0L; in aptxbtenc_init()
[all …]