Home
last modified time | relevance | path

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

/third_party/libsnd/src/GSM610/
Dshort_term.c20 int16_t * LARpp) /* out: decoded .. */ in Decoding_of_the_coded_Log_Area_Ratios() argument
52 *LARpp++ = GSM_ADD (temp1, temp1) ; in Decoding_of_the_coded_Log_Area_Ratios()
337 int16_t * LARpp_j = S->LARpp [S->j] ; in Gsm_Short_Term_Analysis_Filter()
338 int16_t * LARpp_j_1 = S->LARpp [S->j ^= 1] ; in Gsm_Short_Term_Analysis_Filter()
380 int16_t * LARpp_j = S->LARpp [S->j] ; in Gsm_Short_Term_Synthesis_Filter()
381 int16_t * LARpp_j_1 = S->LARpp [S->j ^= 1] ; in Gsm_Short_Term_Synthesis_Filter()
Dgsm610_priv.h30 int16_t LARpp [2][8] ; /* */ member