Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codecs/amrwb/enc/src/
H A Dc2t64fx.c153 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()
187 ptr_h1++; in ACELP_2t64_fx()
194 cor += ((*ptr_h1) * (*ptr_h2))<<1; in ACELP_2t64_fx()
[all …]
H A Dc4t64fx.c389 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()
455 ptr_h1++; in ACELP_4t64_fx()
[all …]