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

/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Ddeemphasis_32.cpp47 int16 x_hi[], (i) : input signal (bit31..16)
121 int16 x_hi[], /* (i) : input signal (bit31..16) */
133 L_tmp = ((int32)x_hi[0]) << 16;
143 hi = x_hi[1];
153 hi = x_hi[i+1];
120 deemphasis_32( int16 x_hi[], int16 x_lo[], int16 y[], int16 mu, int16 L, int16 * mem ) argument
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Ddeemph.c84 Word16 x_hi[], /* (i) : input signal (bit31..16) */
97 L_tmp = L_deposit_h(x_hi[0]);
106 L_tmp = L_deposit_h(x_hi[i]);
83 Deemph_32( Word16 x_hi[], Word16 x_lo[], Word16 y[], Word16 mu, Word16 L, Word16 * mem ) argument

Completed in 83 milliseconds