Searched refs:LARc (Results 1 - 6 of 6) sorted by relevance
/third_party/libsnd/src/GSM610/ |
H A D | gsm_encode.c | 12 int16_t LARc [8], Nc [4], Mc [4], bc [4], xmaxc [4], xmc [13 * 4] ; in gsm_encode() local 14 Gsm_Coder (s, source, LARc, Nc, bc, Mc, xmaxc, xmc) ; in gsm_encode() 21 LARc [0] 6 in gsm_encode() 22 LARc [1] 6 in gsm_encode() 23 LARc [2] 5 in gsm_encode() 24 LARc [3] 5 in gsm_encode() 25 LARc [4] 4 in gsm_encode() 26 LARc [5] 4 in gsm_encode() 27 LARc [6] 3 in gsm_encode() 28 LARc [ in gsm_encode() [all...] |
H A D | gsm_decode.c | 13 int16_t LARc [8], Nc [4], Mc [4], bc [4], xmaxc [4], xmc [13 * 4] ; in gsm_decode() local 22 LARc [0] = sr & 0x3f ; sr >>= 6 ; in gsm_decode() 24 LARc [1] = sr & 0x3f ; sr >>= 6 ; in gsm_decode() 26 LARc [2] = sr & 0x1f ; sr >>= 5 ; in gsm_decode() 27 LARc [3] = sr & 0x1f ; sr >>= 5 ; in gsm_decode() 29 LARc [4] = sr & 0xf ; sr >>= 4 ; in gsm_decode() 30 LARc [5] = sr & 0xf ; sr >>= 4 ; in gsm_decode() 32 LARc [6] = sr & 0x7 ; sr >>= 3 ; in gsm_decode() 33 LARc [7] = sr & 0x7 ; sr >>= 3 ; in gsm_decode() 136 LARc [ in gsm_decode() [all...] |
H A D | code.c | 27 * LARc [1..8] parameters which are the coded LAR coefficients and in Gsm_Coder() 33 int16_t * LARc, /* [0..7] LAR coefficients OUT */ in Gsm_Coder() 55 Gsm_LPC_Analysis (State, so, LARc) ; in Gsm_Coder() 56 Gsm_Short_Term_Analysis_Filter (State, LARc, so) ; in Gsm_Coder() 17 Gsm_Coder( struct gsm_state * State, int16_t * s, int16_t * LARc, int16_t *Nc, int16_t *bc, int16_t *Mc, int16_t *xmaxc, int16_t *xMc ) Gsm_Coder() argument
|
H A D | short_term.c | 19 int16_t * LARc, /* coded log area ratio [0..7] IN */ in Decoding_of_the_coded_Log_Area_Ratios() 28 * MIC[1..8] = minimum value of the LARc[1..8] in Decoding_of_the_coded_Log_Area_Ratios() 34 /* for (i = 1; i <= 8; i++, B++, MIC++, INVA++, LARc++, LARpp++) { in Decoding_of_the_coded_Log_Area_Ratios() 36 * temp1 = GSM_ADD (*LARc, *MIC) << 10; in Decoding_of_the_coded_Log_Area_Ratios() 49 temp1 = arith_shift_left (GSM_ADD (*LARc++, MIC), 10) ; \ in Decoding_of_the_coded_Log_Area_Ratios() 65 * the sign of *LARc. in Decoding_of_the_coded_Log_Area_Ratios() 333 int16_t * LARc, /* coded log area ratio [0..7] IN */ in Gsm_Short_Term_Analysis_Filter() 352 Decoding_of_the_coded_Log_Area_Ratios (LARc, LARpp_j) ; in Gsm_Short_Term_Analysis_Filter() 18 Decoding_of_the_coded_Log_Area_Ratios( int16_t * LARc, int16_t * LARpp) Decoding_of_the_coded_Log_Area_Ratios() argument 330 Gsm_Short_Term_Analysis_Filter( struct gsm_state * S, int16_t * LARc, int16_t * s ) Gsm_Short_Term_Analysis_Filter() argument
|
H A D | lpc.c | 291 * MAC [0..7] = maximum of the LARc [0..7] in Quantization_and_coding() 292 * MIC [0..7] = minimum of the LARc [0..7] in Quantization_and_coding() 320 int16_t *LARc) /* 0..7 LARc's OUT */ in Gsm_LPC_Analysis() 330 Reflection_coefficients (L_ACF, LARc ) ; in Gsm_LPC_Analysis() 331 Transformation_to_Log_Area_Ratios (LARc) ; in Gsm_LPC_Analysis() 332 Quantization_and_coding (LARc) ; in Gsm_LPC_Analysis() 317 Gsm_LPC_Analysis( struct gsm_state *S, int16_t * s, int16_t *LARc) Gsm_LPC_Analysis() argument
|
H A D | gsm610_priv.h | 193 int16_t * LARc, /* [0..7] LAR coefficients OUT */ 212 int16_t * LARc) ; /* 0..7 LARc's OUT */ 228 int16_t * LARc, /* coded log area ratio [0..7] IN */
|
Completed in 3 milliseconds