Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codecs/amrwb/enc/src/
H A Dc4t64fx.c421 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()
524 p0 = &rrixiy[0][0]; in ACELP_4t64_fx()
580 s += rrixiy[ipos[0]][i] << 14; in ACELP_4t64_fx()
[all …]
H A 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()