Home
last modified time | relevance | path

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

/third_party/libsnd/src/GSM610/
Dpreprocess.c36 int32_t L_z2 = S->L_z2 ; in Gsm_Preprocess() local
81 msp = SASR_L (L_z2, 15) ; in Gsm_Preprocess()
82 lsp = L_z2 - arith_shift_left ((int32_t) msp, 15) ; /* gsm_L_sub (L_z2,(msp<<15)) ; */ in Gsm_Preprocess()
86 L_z2 = GSM_L_ADD (L_temp, L_s2) ; in Gsm_Preprocess()
89 L_temp = GSM_L_ADD (L_z2, 16384) ; in Gsm_Preprocess()
99 S->L_z2 = L_z2 ; in Gsm_Preprocess()
Dgsm610_priv.h26 int32_t L_z2 ; /* Offset_com. */ member