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