OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stopFreq
(Results
1 - 7
of
7
) sorted by null
/external/aac/libSBRenc/src/
sbrenc_freq_sca.h
136
INT FDKsbrEnc_getSbrStopFreqRAW (INT
stopFreq
, INT fsCore);
sbrenc_freq_sca.cpp
98
/*
StopFreq
*/
145
INT FDKsbrEnc_getSbrStopFreqRAW (INT
stopFreq
, INT fsCore)
149
if (
stopFreq
< 0 ||
stopFreq
> 13)
152
/* Uppdate
stopFreq
struct */
153
result = getStopFreq(fsCore,
stopFreq
);
337
stopFreq
SBR start frequency in QMF bands
350
const INT
stopFreq
,
365
/*Update
stopFreq
struct */
366
if (
stopFreq
< 14 )
[
all
...]
sbr_encoder.cpp
307
INT
stopFreq
,
315
while (
stopFreq
> 0 && FDKsbrEnc_getSbrStopFreqRAW(
stopFreq
, sampleRateCore) > maxStopFreqRaw) {
316
stopFreq
--;
319
if (FDKsbrEnc_getSbrStopFreqRAW(
stopFreq
, sampleRateCore) > maxStopFreqRaw)
327
stopFreq
,
334
return
stopFreq
;
457
config->
stopFreq
= sbrTuningTable[idx].
stopFreq
;
460
config->
stopFreq
= sbrTuningTable[idx].stopFreqSpeech
[
all
...]
/external/aac/libSBRenc/include/
sbr_encoder.h
155
UCHAR
stopFreq
; /*!< bs_stop_freq */
210
INT
stopFreq
; /*!< The stop frequency table index. */
/external/aac/libSBRdec/src/
sbrdec_freq_sca.cpp
170
UCHAR
stopFreq
, /*!< Index to table of possible start bands */
176
if (
stopFreq
< 14) {
195
Choose a stop band between k1 and 64 depending on
stopFreq
(0..13),
202
k2 = diff1[
stopFreq
];
204
else if (
stopFreq
==14)
286
k2 = getStopBand(fs, hHeaderData->bs_data.
stopFreq
, flags, k0);
env_extr.h
200
UCHAR
stopFreq
; /*!< Index for SBR highest frequency */
env_extr.cpp
205
hHeaderData->bs_data.
stopFreq
= 0;
223
hHeaderData->bs_data.
stopFreq
= 3;
293
pBsData->
stopFreq
= FDKreadBits (hBs, 4);
332
lastHeader.
stopFreq
!= pBsData->
stopFreq
||
[
all
...]
Completed in 563 milliseconds