OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lpcLength
(Results
1 - 2
of
2
) sorted by null
/external/aac/libSBRenc/src/
ton_corr.cpp
135
INT *pBlockLength = hTonCorr->
lpcLength
;
690
hTonCorr->
lpcLength
[0] = 8 - LPC_ORDER;
691
hTonCorr->
lpcLength
[1] = 7 - LPC_ORDER;
698
hTonCorr->
lpcLength
[0] = 8 - LPC_ORDER;
699
hTonCorr->
lpcLength
[1] = 8 - LPC_ORDER;
709
hTonCorr->
lpcLength
[0] = 16 - LPC_ORDER; /* blockLength[0] */
710
hTonCorr->
lpcLength
[1] = 16 - LPC_ORDER; /* blockLength[0] */
717
hTonCorr->
lpcLength
[0] = 15 - LPC_ORDER; /* blockLength[0] */
718
hTonCorr->
lpcLength
[1] = 15 - LPC_ORDER; /* blockLength[0] */
729
hTonCorr->stepSize = hTonCorr->
lpcLength
[0] + LPC_ORDER; /* stepSize[0] implicitly 0. *
[
all
...]
ton_corr.h
122
INT
lpcLength
[2]; /*!< Segment length used for second order LPC analysis.*/
Completed in 670 milliseconds