Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/embdrv/encoder_for_aptxhd/src/
DDitherGenerator.h33 int32_t m_codewordHistory) { in xbtEncupdateCodewordHistory() argument
55 (m_codewordHistory << numNewBits) + (newBits << leftJustifyShift); in xbtEncupdateCodewordHistory()
62 XBT_INLINE_ int32_t xbtEncgenerateDither(int32_t m_codewordHistory, in xbtEncgenerateDither() argument
83 history24b = m_codewordHistory >> (leftJustifyShift - 1); in xbtEncgenerateDither()
DAptxEncoder.h58 EncoderDataPt->m_codewordHistory = in aptxhdEncode()
59 xbtEncupdateCodewordHistory(qCodes, EncoderDataPt->m_codewordHistory); in aptxhdEncode()
61 EncoderDataPt->m_codewordHistory, EncoderDataPt->m_ditherOutputs); in aptxhdEncode()
DAptxParameters.h232 int32_t m_codewordHistory; member
DaptXHDbtenc.c88 encode_dat->m_codewordHistory = 0L; in aptxhdbtenc_init()
/packages/modules/Bluetooth/system/embdrv/encoder_for_aptx/src/
DDitherGenerator.h33 int32_t m_codewordHistory) { in xbtEncupdateCodewordHistory() argument
55 (m_codewordHistory << numNewBits) + (newBits << leftJustifyShift); in xbtEncupdateCodewordHistory()
62 XBT_INLINE_ int32_t xbtEncgenerateDither(int32_t m_codewordHistory, in xbtEncgenerateDither() argument
83 history24b = m_codewordHistory >> (leftJustifyShift - 1); in xbtEncgenerateDither()
DAptxEncoder.h51 EncoderDataPt->m_codewordHistory = in aptxEncode()
52 xbtEncupdateCodewordHistory(qCodes, EncoderDataPt->m_codewordHistory); in aptxEncode()
54 EncoderDataPt->m_codewordHistory, EncoderDataPt->m_ditherOutputs); in aptxEncode()
DAptxParameters.h235 int32_t m_codewordHistory; member
DaptXbtenc.c101 encode_dat->m_codewordHistory = 0L; in aptxbtenc_init()