Home
last modified time | relevance | path

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

/frameworks/av/media/module/codecs/amrwb/enc/src/
Dc4t64fx.c143 Word16 *h, *h_inv, *ptr_h1, *ptr_h2, *ptr_hf, h_shift; in ACELP_4t64_fx() local
428 ptr_h2 = ptr_hf; in ACELP_4t64_fx()
432 cor = L_add(cor, vo_L_mult((*ptr_h1), (*ptr_h2))); in ACELP_4t64_fx()
434 ptr_h2++; in ACELP_4t64_fx()
436 cor = L_add(cor, vo_L_mult((*ptr_h1), (*ptr_h2))); in ACELP_4t64_fx()
438 ptr_h2++; in ACELP_4t64_fx()
440 cor = L_add(cor, vo_L_mult((*ptr_h1), (*ptr_h2))); in ACELP_4t64_fx()
442 ptr_h2++; in ACELP_4t64_fx()
444 cor = L_add(cor, vo_L_mult((*ptr_h1), (*ptr_h2))); in ACELP_4t64_fx()
446 ptr_h2++; in ACELP_4t64_fx()
[all …]
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()