Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Dc2t64fx.c60 Word16 *h, *h_inv, *ptr_h1, *ptr_h2, *ptr_hf; in ACELP_2t64_fx() local
137 h_inv = h + (L_SUBFR<<1); in ACELP_2t64_fx()
142 h_inv[i] = vo_negate(h[i]); in ACELP_2t64_fx()
279 p0 = h_inv - ix; in ACELP_2t64_fx()
289 p1 = h_inv - iy; in ACELP_2t64_fx()
Dc4t64fx.c139 Word16 *h, *h_inv, *ptr_h1, *ptr_h2, *ptr_hf, h_shift; in ACELP_4t64_fx() local
339 h_inv = h_buf + (2 * L_SUBFR); in ACELP_4t64_fx()
344 *h_inv++ = 0; in ACELP_4t64_fx()
357 p2 = h_inv; in ACELP_4t64_fx()
579 p0 = h_inv - ix; in ACELP_4t64_fx()
583 p1 = h_inv - iy; in ACELP_4t64_fx()
609 p0 = h_inv - ix; in ACELP_4t64_fx()
614 p1 = h_inv - iy; in ACELP_4t64_fx()
619 p2 = h_inv - i; in ACELP_4t64_fx()
624 p3 = h_inv - j; in ACELP_4t64_fx()
[all …]