OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startSfb
(Results
1 - 8
of
8
) sorted by null
/external/aac/libAACenc/src/
pnsparam.h
113
short
startSfb
;
sf_estim.cpp
259
INT
startSfb
,
268
sfbLast =
startSfb
;
272
sfbPrev =
startSfb
- 1;
311
INT
startSfb
,
319
for (sfb=
startSfb
; sfb<stopSfb; sfb++) {
639
INT sfb,
startSfb
, stopSfb;
675
startSfb
= sfb;
683
if (
startSfb
< sfbCnt) {
685
for (sfb=
startSfb
; sfb<stopSfb; sfb++) {
697
for (sfb=
startSfb
; sfb<stopSfb; sfb++)
[
all
...]
noisedet.cpp
164
if (sfb < np->
startSfb
|| sfbWidth < np->minSfbWidth) {
pnsparam.cpp
278
np->
startSfb
= FDKaacEnc_FreqToBandWithRounding( pnsInfo->startFreq,
aacenc_pns.cpp
243
startNoiseSfb = pnsConf->np.
startSfb
;
adj_thr.cpp
[
all
...]
/frameworks/av/media/libstagefright/codecs/aacenc/src/
sf_estim.c
279
Word16 sfbCnt, Word16
startSfb
, Word16 stopSfb)
289
sfbLast =
startSfb
;
295
sfbPrev =
startSfb
- 1;
334
Word16
startSfb
,
343
for (sfb=
startSfb
; sfb<stopSfb; sfb++) {
568
Word32 sfb,
startSfb
, stopSfb, scfMin, scfMax, scfAct;
607
startSfb
= sfb;
617
if (
startSfb
< sfbCnt) {
619
for (sfb=
startSfb
; sfb<stopSfb; sfb++) {
635
for (sfb=
startSfb
; sfb<stopSfb; sfb++)
[
all
...]
adj_thr.c
630
Word16
startSfb
[2];
639
/* do not go below
startSfb
*/
643
startSfb
[ch] = ahParam->startSfbL;
645
startSfb
[ch] = ahParam->startSfbS;
653
for (sfb=
startSfb
[ch]; sfb<psyOutChan->sfbCnt; sfb++) {
681
minSfb =
startSfb
[0];
685
minSfb = min(minSfb,
startSfb
[1]);
696
if (sfb>=
startSfb
[ch] && sfb<psyOutChan->sfbCnt) {
[
all
...]
Completed in 218 milliseconds