Searched refs:SASR_W (Results 1 – 7 of 7) sorted by relevance
/third_party/libsnd/src/GSM610/ |
D | short_term.c | 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()
|
D | rpe.c | 150 #define STEP(m, i) L_temp = SASR_W (x [m + 3 * i], 2) ; \ in RPE_grid_selection() 223 if (xmaxc > 15) expon = SASR_W (xmaxc, 3) - 1 ; in APCM_quantization_xmaxc_to_exp_mant() 273 temp = SASR_W (xmax, 9) ; in APCM_quantization() 278 temp = SASR_W (temp, 1) ; in APCM_quantization() 288 xmaxc = gsm_add (SASR_W (xmax, temp), (int16_t) (expon << 3)) ; in APCM_quantization() 321 temp = SASR_W (temp, 12) ; in APCM_quantization()
|
D | long_term.c | 89 wt_k = SASR_W (d [best_k], scal) ; in Cut_Calculation_of_the_LTP_parameters() 115 L_temp = SASR_W (dp [k - Nc], 3) ; in Cut_Calculation_of_the_LTP_parameters() 188 for (k = 0 ; k <= 39 ; k++) wt [k] = SASR_W (d [k], scal) ; in Calculation_of_the_LTP_parameters() 247 L_temp = SASR_W (dp [k - Nc], 3) ; in Calculation_of_the_LTP_parameters() 322 ltp_cut = (int32_t) SASR_W (dmax, scal) * st->ltp_cut / 100 ; in Cut_Calculation_of_the_LTP_parameters() 327 { register int16_t w = SASR_W (d [k], scal) ; in Cut_Calculation_of_the_LTP_parameters() 428 L_temp = SASR_W (dp [k - Nc], 3) ; in Cut_Calculation_of_the_LTP_parameters() 502 for (k = 0 ; k < 40 ; k++) wt_float [k] = SASR_W (din [k], scal) ; in Calculation_of_the_LTP_parameters() 597 L_temp = SASR_W (dp [k - Nc], 3) ; in Calculation_of_the_LTP_parameters()
|
D | preprocess.c | 53 SO = arith_shift_left (SASR_W (*s, 3), 2) ; in Gsm_Preprocess()
|
D | add.c | 168 return SASR_W (a, (int16_t) n) ; in gsm_asr()
|
D | lpc.c | 300 temp = SASR_W (temp, 9) ; \ in Quantization_and_coding()
|
D | gsm610_priv.h | 59 SASR_W (int16_t x, int16_t by) in SASR_W() function
|