Searched refs:h_shift (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dc4t64fx.c139 Word16 *h, *h_inv, *ptr_h1, *ptr_h2, *ptr_hf, h_shift; local
349 h_shift = 0;
353 h_shift = 1;
361 *p1 = *p0++ >> h_shift;
363 *p1 = *p0++ >> h_shift;
365 *p1 = *p0++ >> h_shift;
367 *p1 = *p0++ >> h_shift;
720 val = (512 >> h_shift); /* codeword in Q9 format */

Completed in 992 milliseconds