Searched refs:cor_y (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/module/codecs/amrwb/enc/src/ |
D | c4t64fx.c | 117 Word16 cor_y[], /* (i) corr. of pulse 2 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 857 cor_y = cor_2; in cor_h_vec_30() 885 *cor_y++ = mult(corr, sign[pos-3]) + (*p3++); in cor_h_vec_30() 909 *cor_y++ = mult(corr, sign[pos-3]) + (*p3++); in cor_h_vec_30() [all …]
|