Home
last modified time | relevance | path

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

/frameworks/av/media/codecs/amrwb/enc/src/
Dc2t64fx.c60 Word16 *h, *h_inv, *ptr_h1, *ptr_h2, *ptr_hf; in ACELP_2t64_fx() local
153 ptr_h1 = h; in ACELP_2t64_fx()
157 cor += ((*ptr_h1) * (*ptr_h1) << 1); in ACELP_2t64_fx()
158 ptr_h1++; in ACELP_2t64_fx()
160 cor += ((*ptr_h1) * (*ptr_h1) << 1); in ACELP_2t64_fx()
161 ptr_h1++; in ACELP_2t64_fx()
177 ptr_h1 = h; in ACELP_2t64_fx()
182 cor += ((*ptr_h1) * (*ptr_h2))<<1; in ACELP_2t64_fx()
183 ptr_h1++; in ACELP_2t64_fx()
186 cor += ((*ptr_h1) * (*ptr_h2))<<1; in ACELP_2t64_fx()
[all …]
Dc4t64fx.c143 Word16 *h, *h_inv, *ptr_h1, *ptr_h2, *ptr_hf, h_shift; in ACELP_4t64_fx() local
389 ptr_h1 = h; in ACELP_4t64_fx()
393 cor = L_add(cor, vo_L_mult((*ptr_h1), (*ptr_h1))); in ACELP_4t64_fx()
394 ptr_h1++; in ACELP_4t64_fx()
396 cor = L_add(cor, vo_L_mult((*ptr_h1), (*ptr_h1))); in ACELP_4t64_fx()
397 ptr_h1++; in ACELP_4t64_fx()
399 cor = L_add(cor, vo_L_mult((*ptr_h1), (*ptr_h1))); in ACELP_4t64_fx()
400 ptr_h1++; in ACELP_4t64_fx()
402 cor = L_add(cor, vo_L_mult((*ptr_h1), (*ptr_h1))); in ACELP_4t64_fx()
403 ptr_h1++; in ACELP_4t64_fx()
[all …]