Home
last modified time | relevance | path

Searched refs:rrixiy (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/codecs/amrwb/enc/src/
Dc2t64fx.c65 Word16 rrixiy[MSIZE]; in ACELP_2t64_fx() local
174 p1 = &rrixiy[pos]; in ACELP_2t64_fx()
175 p0 = &rrixiy[pos2]; in ACELP_2t64_fx()
207 p0 = rrixiy; in ACELP_2t64_fx()
228 p2 = rrixiy; in ACELP_2t64_fx()
Dc4t64fx.c118 Word16 rrixiy[][MSIZE] /* (i) corr. of pulse 1 with pulse 2 */
150 Word16 rrixix[NB_TRACK][NB_POS], rrixiy[NB_TRACK][MSIZE]; in ACELP_4t64_fx() local
421 p3 = &rrixiy[2][pos]; in ACELP_4t64_fx()
422 p2 = &rrixiy[1][pos]; in ACELP_4t64_fx()
423 p1 = &rrixiy[0][pos]; in ACELP_4t64_fx()
424 p0 = &rrixiy[3][pos - NB_POS]; in ACELP_4t64_fx()
478 p3 = &rrixiy[3][pos]; in ACELP_4t64_fx()
479 p2 = &rrixiy[2][pos - 1]; in ACELP_4t64_fx()
480 p1 = &rrixiy[1][pos - 1]; in ACELP_4t64_fx()
481 p0 = &rrixiy[0][pos - 1]; in ACELP_4t64_fx()
[all …]