Searched defs:ptr_hf (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
167 ptr_hf = h + 1;
175 ptr_h2 = ptr_hf;
198 ptr_hf += STEP;
H A Dc4t64fx.c139 Word16 *h, *h_inv, *ptr_h1, *ptr_h2, *ptr_hf, h_shift; local
413 ptr_hf = h + 1;
424 ptr_h2 = ptr_hf;
464 ptr_hf += STEP;
470 ptr_hf = h + 3;
481 ptr_h2 = ptr_hf;
513 ptr_hf += STEP;

Completed in 1684 milliseconds