Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codecs/amrwb/enc/src/
H A Dc4t64fx.c434 ptr_h2++; in ACELP_4t64_fx()
438 ptr_h2++; in ACELP_4t64_fx()
442 ptr_h2++; in ACELP_4t64_fx()
446 ptr_h2++; in ACELP_4t64_fx()
456 ptr_h2++; in ACELP_4t64_fx()
460 ptr_h2++; in ACELP_4t64_fx()
464 ptr_h2++; in ACELP_4t64_fx()
491 ptr_h2++; in ACELP_4t64_fx()
495 ptr_h2++; in ACELP_4t64_fx()
499 ptr_h2++; in ACELP_4t64_fx()
[all …]
H A Dc2t64fx.c60 Word16 *h, *h_inv, *ptr_h1, *ptr_h2, *ptr_hf; in ACELP_2t64_fx() local
178 ptr_h2 = ptr_hf; in ACELP_2t64_fx()
182 cor += ((*ptr_h1) * (*ptr_h2))<<1; in ACELP_2t64_fx()
184 ptr_h2++; in ACELP_2t64_fx()
186 cor += ((*ptr_h1) * (*ptr_h2))<<1; in ACELP_2t64_fx()
188 ptr_h2++; in ACELP_2t64_fx()
194 cor += ((*ptr_h1) * (*ptr_h2))<<1; in ACELP_2t64_fx()
196 ptr_h2++; in ACELP_2t64_fx()