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

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Ds_tns_frame_info.h45 (4) Moved lpc_coef up from s_TNSfilt.h (allowed for use of smaller array.)
134 Int32 lpc_coef[3*TNS_MAX_ORDER]; member in struct:__anon577
H A Dtns_decode_coef.cpp79 lpc_coef = RANGE = -8 to 7 if coef_res = 1 compression OFF
94 lpc_coef = used to return the calculated LPC coefs in-place.
286 Int32 lpc_coef[TNS_MAX_ORDER],
301 /* Pointer for reading/storing the lpc_coef in place */
324 pLPC = lpc_coef;
466 pLPC = lpc_coef;
488 pLPC = lpc_coef;
283 tns_decode_coef( const Int order, const Int coef_res, Int32 lpc_coef[TNS_MAX_ORDER], Int32 scratchTnsDecCoefMem[2*TNS_MAX_ORDER]) argument

Completed in 79 milliseconds