Searched refs:LARpp_j_1 (Results 1 – 1 of 1) sorted by relevance
/third_party/libsnd/src/GSM610/ |
D | short_term.c | 86 register int16_t * LARpp_j_1, in Coefficients_0_12() argument 92 for (i = 1 ; i <= 8 ; i++, LARp++, LARpp_j_1++, LARpp_j++) in Coefficients_0_12() 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() 99 register int16_t * LARpp_j_1, in Coefficients_13_26() argument 104 for (i = 1 ; i <= 8 ; i++, LARpp_j_1++, LARpp_j++, LARp++) in Coefficients_13_26() 105 *LARp = GSM_ADD (SASR_W (*LARpp_j_1, 1), SASR_W (*LARpp_j, 1)) ; in Coefficients_13_26() 109 register int16_t * LARpp_j_1, in Coefficients_27_39() argument 115 for (i = 1 ; i <= 8 ; i++, LARpp_j_1++, LARpp_j++, LARp++) in Coefficients_27_39() 116 { *LARp = GSM_ADD (SASR_W (*LARpp_j_1, 2), SASR_W (*LARpp_j, 2)) ; in Coefficients_27_39() [all …]
|