OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:startSfb
(Results
1 - 5
of
5
) 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++) {
647
INT sfb,
startSfb
, stopSfb;
683
startSfb
= sfb;
691
if (
startSfb
< sfbCnt) {
693
for (sfb=
startSfb
; sfb<stopSfb; sfb++) {
705
for (sfb=
startSfb
; sfb<stopSfb; sfb++)
[
all
...]
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 253 milliseconds