OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lpc_coef
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/media/libstagefright/codecs/aacdec/
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
;
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:__anon14852
s_tnsfilt.h
42
Description: Moved
lpc_coef
array up to the s_TNS_frame_info.h structure.
tns_decode_coef.h
108
Int32
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_library/main/interface/
signal_processing_library.h
345
WebRtc_Word16*
lpc_coef
,
350
WebRtc_Word16*
lpc_coef
);
351
void WebRtcSpl_LpcToReflCoef(WebRtc_Word16*
lpc_coef
,
[
all
...]
Completed in 175 milliseconds