Searched refs:cor_x (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | c4t64fx.c | 112 Word16 cor_x[], /* (i) corr. of pulse 1 with fixed pulses */ 144 Word16 cor_x[NB_POS], cor_y[NB_POS], pos_max[NB_TRACK]; in ACELP_4t64_fx() local 663 cor_h_vec_30(h, vec, ipos[j], sign, rrixix, cor_x, cor_y); in ACELP_4t64_fx() 668 cor_h_vec_012_asm(h, vec, ipos[j], sign, rrixix, cor_x, cor_y); in ACELP_4t64_fx() 670 cor_h_vec_012(h, vec, ipos[j], sign, rrixix, cor_x, cor_y); in ACELP_4t64_fx() 677 &ix, &iy, dn, dn2, cor_x, cor_y, rrixiy); in ACELP_4t64_fx() 845 Word16 *p0, *p1, *p2,*p3,*cor_x,*cor_y; in cor_h_vec_30() local 847 cor_x = cor_1; in cor_h_vec_30() 874 *cor_x++ = mult(corr, sign[pos]) + (*p0++); in cor_h_vec_30() 898 *cor_x++ = mult(corr, sign[pos]) + (*p0++); in cor_h_vec_30() [all …]
|