Searched defs:ptr_h2 (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dc2t64fx.c60 Word16 *h, *h_inv, *ptr_h1, *ptr_h2, *ptr_hf; local
175 ptr_h2 = ptr_hf;
179 cor += ((*ptr_h1) * (*ptr_h2))<<1;
181 ptr_h2++;
183 cor += ((*ptr_h1) * (*ptr_h2))<<1;
185 ptr_h2++;
191 cor += ((*ptr_h1) * (*ptr_h2))<<1;
193 ptr_h2++;
H A Dc4t64fx.c139 Word16 *h, *h_inv, *ptr_h1, *ptr_h2, *ptr_hf, h_shift; local
424 ptr_h2 = ptr_hf;
428 cor += vo_L_mult((*ptr_h1), (*ptr_h2));
430 ptr_h2++;
432 cor += vo_L_mult((*ptr_h1), (*ptr_h2));
434 ptr_h2++;
436 cor += vo_L_mult((*ptr_h1), (*ptr_h2));
438 ptr_h2++;
440 cor += vo_L_mult((*ptr_h1), (*ptr_h2));
442 ptr_h2
[all...]

Completed in 50 milliseconds