HomeSort by relevance Sort by last modified time
    Searched refs:ptr_h2 (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
c2t64fx.c 60 Word16 *h, *h_inv, *ptr_h1, *ptr_h2, *ptr_hf; local
178 ptr_h2 = ptr_hf;
182 cor += ((*ptr_h1) * (*ptr_h2))<<1;
184 ptr_h2++;
186 cor += ((*ptr_h1) * (*ptr_h2))<<1;
188 ptr_h2++;
194 cor += ((*ptr_h1) * (*ptr_h2))<<1;
196 ptr_h2++;
c4t64fx.c 143 Word16 *h, *h_inv, *ptr_h1, *ptr_h2, *ptr_hf, h_shift; local
428 ptr_h2 = ptr_hf;
432 cor = L_add(cor, vo_L_mult((*ptr_h1), (*ptr_h2)));
434 ptr_h2++;
436 cor = L_add(cor, vo_L_mult((*ptr_h1), (*ptr_h2)));
438 ptr_h2++;
440 cor = L_add(cor, vo_L_mult((*ptr_h1), (*ptr_h2)));
442 ptr_h2++;
444 cor = L_add(cor, vo_L_mult((*ptr_h1), (*ptr_h2)));
446 ptr_h2++
    [all...]

Completed in 96 milliseconds