HomeSort by relevance Sort by last modified time
    Searched refs:q_lpc (Results 1 - 4 of 4) sorted by null

  /frameworks/base/media/libstagefright/codecs/aacdec/
s_tnsfilt.h 39 Description: Had to add element "q_lpc" to store the q-format of the lpc
119 Int q_lpc; member in struct:__anon9275
tns_decode_coef.cpp 90 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
    [all...]
apply_tns.cpp 243 pFilt->q_lpc,
386 pFilt->q_lpc,
get_tns.cpp 550 pFilt->q_lpc =

Completed in 157 milliseconds