HomeSort by relevance Sort by last modified time
    Searched refs:ptr_h1 (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
153 ptr_h1 = h;
157 cor += ((*ptr_h1) * (*ptr_h1) << 1);
158 ptr_h1++;
160 cor += ((*ptr_h1) * (*ptr_h1) << 1);
161 ptr_h1++;
177 ptr_h1 = h;
182 cor += ((*ptr_h1) * (*ptr_h2))<<1
    [all...]
c4t64fx.c 139 Word16 *h, *h_inv, *ptr_h1, *ptr_h2, *ptr_hf, h_shift; local
385 ptr_h1 = h;
389 cor = L_add(cor, vo_L_mult((*ptr_h1), (*ptr_h1)));
390 ptr_h1++;
392 cor = L_add(cor, vo_L_mult((*ptr_h1), (*ptr_h1)));
393 ptr_h1++;
395 cor = L_add(cor, vo_L_mult((*ptr_h1), (*ptr_h1)));
    [all...]

Completed in 4595 milliseconds