Home
last modified time | relevance | path

Searched refs:rrp (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dgsmdec_template.c72 static int filter_value(int in, int rrp[8], int v[9]) in filter_value() argument
76 in -= gsm_mult(rrp[i], v[i]); in filter_value()
77 v[i + 1] = v[i] + gsm_mult(rrp[i], in); in filter_value()
86 int rrp[8]; in short_term_synth() local
90 rrp[i] = get_rrp((lar_prev[i] >> 2) + (lar_prev[i] >> 1) + (lar[i] >> 2)); in short_term_synth()
92 dst[i] = filter_value(src[i], rrp, ctx->v); in short_term_synth()
95 rrp[i] = get_rrp((lar_prev[i] >> 1) + (lar [i] >> 1)); in short_term_synth()
97 dst[i] = filter_value(src[i], rrp, ctx->v); in short_term_synth()
100 rrp[i] = get_rrp((lar_prev[i] >> 2) + (lar [i] >> 1) + (lar[i] >> 2)); in short_term_synth()
102 dst[i] = filter_value(src[i], rrp, ct in short_term_synth()
[all...]
/third_party/libsnd/src/GSM610/
H A Dshort_term.c253 register int16_t * rrp, /* [0..7] IN */ in Short_term_synthesis_filtering()
266 { /* sri = GSM_SUB(sri, gsm_mult_r(rrp[i], v [i])) ; in Short_term_synthesis_filtering()
268 tmp1 = rrp [i] ; in Short_term_synthesis_filtering()
277 /* v [i+1] = GSM_ADD (v [i], gsm_mult_r(rrp[i], sri)) ; in Short_term_synthesis_filtering()
295 register int16_t * rrp, /* [0..7] IN */ in Fast_Short_term_synthesis_filtering()
309 rrpa [i] = (float) rrp [i] * scalef ; in Fast_Short_term_synthesis_filtering()
251 Short_term_synthesis_filtering( struct gsm_state * S, register int16_t * rrp, register int k, register int16_t * wt, register int16_t * sr ) Short_term_synthesis_filtering() argument
293 Fast_Short_term_synthesis_filtering( struct gsm_state * S, register int16_t * rrp, register int k, register int16_t * wt, register int16_t * sr ) Fast_Short_term_synthesis_filtering() argument
/third_party/node/deps/openssl/openssl/crypto/conf/
H A Dconf_def.c654 char *s, *e, *rp, *p, *rrp, *np, *cp, v; in str_copy() local
716 rrp = NULL; in str_copy()
734 rrp = e; in str_copy()
736 *rrp = '\0'; in str_copy()
761 * rp and rrp is where 'r' and 'rr' came from. in str_copy()
764 if (rrp != NULL) in str_copy()
765 *rrp = rr; in str_copy()
/third_party/openssl/crypto/conf/
H A Dconf_def.c654 char *s, *e, *rp, *p, *rrp, *np, *cp, v; in str_copy() local
716 rrp = NULL; in str_copy()
734 rrp = e; in str_copy()
736 *rrp = '\0'; in str_copy()
761 * rp and rrp is where 'r' and 'rr' came from. in str_copy()
764 if (rrp != NULL) in str_copy()
765 *rrp = rr; in str_copy()

Completed in 4 milliseconds