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

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Ds_tnsfilt.h39 Description: Had to add element "q_lpc" to store the q-format of the lpc
119 Int q_lpc; member in struct:__anon578
H A Dtns_decode_coef.cpp90 q_lpc = q_format for the calculated LPC coefs.
303 Int q_lpc = Q_LPC; local
365 /* Shift to place pB[m] in q_lpc format */
425 q_lpc--;
478 q_lpc -= shift_amount;
481 * make sure that the numbers have some meaning, q_lpc can not be
485 if (q_lpc > 15)
487 shift_amount = q_lpc - 15;
495 q_lpc -= shift_amount;
498 return (q_lpc);
[all...]

Completed in 90 milliseconds