Searched refs:cor_x (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/module/codecs/amrwb/enc/src/ |
D | c4t64fx.c | 116 Word16 cor_x[], /* (i) corr. of pulse 1 with fixed pulses */ 148 Word16 cor_x[NB_POS], cor_y[NB_POS], pos_max[NB_TRACK]; in ACELP_4t64_fx() local 667 cor_h_vec_30(h, vec, ipos[j], sign, rrixix, cor_x, cor_y); in ACELP_4t64_fx() 672 cor_h_vec_012_asm(h, vec, ipos[j], sign, rrixix, cor_x, cor_y); in ACELP_4t64_fx() 674 cor_h_vec_012(h, vec, ipos[j], sign, rrixix, cor_x, cor_y); in ACELP_4t64_fx() 681 &ix, &iy, dn, dn2, cor_x, cor_y, rrixiy); in ACELP_4t64_fx() 854 Word16 *p0, *p1, *p2,*p3,*cor_x,*cor_y; in cor_h_vec_30() local 856 cor_x = cor_1; in cor_h_vec_30() 883 *cor_x++ = mult(corr, sign[pos]) + (*p0++); in cor_h_vec_30() 907 *cor_x++ = mult(corr, sign[pos]) + (*p0++); in cor_h_vec_30() [all …]
|