Home
last modified time | relevance | path

Searched refs:EncMaxShiftCounter (Results 1 – 3 of 3) sorted by relevance

/btstack/3rd-party/bluedroid/encoder/srce/
H A Dsbc_encoder.c29 SINT16 EncMaxShiftCounter; variable
297 pstrEncParams->EncMaxShiftCounter=((ENC_VX_BUFFER_SIZE-(4*10))>>2)<<2; in SBC_Encoder_Init()
299 pstrEncParams->EncMaxShiftCounter=((ENC_VX_BUFFER_SIZE-(4*10*2))>>3)<<2; in SBC_Encoder_Init()
304 pstrEncParams->EncMaxShiftCounter=((ENC_VX_BUFFER_SIZE-(8*10))>>3)<<3; in SBC_Encoder_Init()
306 pstrEncParams->EncMaxShiftCounter=((ENC_VX_BUFFER_SIZE-(8*10*2))>>4)<<3; in SBC_Encoder_Init()
H A Dsbc_analysis.c163 …ps32X=(SINT32 *)(pstrEncParams->s16X+pstrEncParams->EncMaxShiftCounter+38); …
172 …ps32X=(SINT32 *)(pstrEncParams->s16X+pstrEncParams->EncMaxShiftCounter+38); …
173 …ps32X2=(SINT32 *)(pstrEncParams->s16X+(pstrEncParams->EncMaxShiftCounter<<1)+78); …
184 …ps32X=(SINT32 *)(pstrEncParams->s16X+pstrEncParams->EncMaxShiftCounter+78); …
195 …ps32X=(SINT32 *)(pstrEncParams->s16X+pstrEncParams->EncMaxShiftCounter+78); …
196 …ps32X2=(SINT32 *)(pstrEncParams->s16X+(pstrEncParams->EncMaxShiftCounter<<1)+158); …
927 Offset2=(SINT32)(pstrEncParams->EncMaxShiftCounter+40); in SbcAnalysisFilter4()
931 Offset=(SINT32)(pstrEncParams->EncMaxShiftCounter-pstrEncParams->ShiftCounter); in SbcAnalysisFilter4()
963 if (pstrEncParams->ShiftCounter>=pstrEncParams->EncMaxShiftCounter) in SbcAnalysisFilter4()
975 if (pstrEncParams->ShiftCounter>=pstrEncParams->EncMaxShiftCounter) in SbcAnalysisFilter4()
[all …]
/btstack/3rd-party/bluedroid/encoder/include/
H A Dsbc_encoder.h205 SINT16 EncMaxShiftCounter; member