Searched refs:GSM_ADD (Results 1 – 8 of 8) sorted by relevance
/third_party/libsnd/src/GSM610/ |
D | short_term.c | 49 temp1 = arith_shift_left (GSM_ADD (*LARc++, MIC), 10) ; \ in Decoding_of_the_coded_Log_Area_Ratios() 52 *LARpp++ = GSM_ADD (temp1, temp1) ; in Decoding_of_the_coded_Log_Area_Ratios() 93 { *LARp = GSM_ADD (SASR_W (*LARpp_j_1, 2), SASR_W (*LARpp_j, 2)) ; in Coefficients_0_12() 94 *LARp = GSM_ADD (*LARp, SASR_W (*LARpp_j_1, 1)) ; in Coefficients_0_12() 105 *LARp = GSM_ADD (SASR_W (*LARpp_j_1, 1), SASR_W (*LARpp_j, 1)) ; in Coefficients_13_26() 116 { *LARp = GSM_ADD (SASR_W (*LARpp_j_1, 2), SASR_W (*LARpp_j, 2)) ; in Coefficients_27_39() 117 *LARp = GSM_ADD (*LARp, SASR_W (*LARpp_j, 1)) ; in Coefficients_27_39() 159 : GSM_ADD ((int16_t) (temp >> 2), (int16_t) 26112))) ; in LARp_to_rp() 165 : GSM_ADD ((int16_t) (temp >> 2), (int16_t) 26112)) ; in LARp_to_rp() 203 sav = GSM_ADD (ui, zzz) ; in Short_term_analysis_filtering() [all …]
|
D | lpc.c | 224 P [0] = GSM_ADD (P [0], temp) ; in Reflection_coefficients() 228 P [m] = GSM_ADD (P [m + 1], temp) ; in Reflection_coefficients() 231 K [m] = GSM_ADD (K [m], temp) ; in Reflection_coefficients() 298 temp = GSM_ADD (temp, B) ; \ in Quantization_and_coding() 299 temp = GSM_ADD (temp, 256) ; \ in Quantization_and_coding()
|
D | decode.c | 25 msr = GSM_ADD (*s, tmp) ; /* Deemphasis */ in Postprocessing() 26 *s = GSM_ADD (msr, msr) & 0xFFF8 ; /* Truncation & Upscaling */ in Postprocessing()
|
D | code.c | 78 dp [i] = GSM_ADD (State->e [5 + i], dpp [i]) ; in Gsm_Coder()
|
D | preprocess.c | 95 *so++ = GSM_ADD (mp, msp) ; in Gsm_Preprocess()
|
D | gsm610_priv.h | 149 GSM_ADD (int16_t a, int16_t b) in GSM_ADD() function
|
D | rpe.c | 364 temp = GSM_ADD (temp, temp3) ; in APCM_inverse_quantization()
|
D | long_term.c | 923 drp [k] = GSM_ADD (erp [k], drpp) ; in Gsm_Long_Term_Synthesis_Filtering()
|