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

  /frameworks/av/media/libstagefright/codecs/aacdec/
tns_decode_coef.h 108 Int32 lpc_coef[],
s_tns_frame_info.h 45 (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:__anon16384
tns_decode_coef.cpp 79 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;
apply_tns.cpp 213 pLpcCoef = pTNS_frame_info->lpc_coef;
get_tns.cpp 415 pLpcCoef = pTnsFrameInfo->lpc_coef;
  /external/webrtc/src/common_audio/signal_processing/include/
signal_processing_library.h 317 WebRtc_Word16* lpc_coef,
322 WebRtc_Word16* lpc_coef);
323 void WebRtcSpl_LpcToReflCoef(WebRtc_Word16* lpc_coef,
    [all...]

Completed in 262 milliseconds