OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stopSfb
(Results
1 - 2
of
2
) sorted by null
/external/aac/libAACenc/src/
sf_estim.cpp
260
INT
stopSfb
)
269
while ((sfbLast<
stopSfb
) && (scfOld[sfbLast]==FDK_INT_MIN))
279
for (sfb=sfbLast+1; sfb<
stopSfb
; sfb++) {
287
sfbNext =
stopSfb
;
312
INT
stopSfb
)
319
for (sfb=startSfb; sfb<
stopSfb
; sfb++) {
639
INT sfb, startSfb,
stopSfb
;
669
stopSfb
= 0;
672
sfb =
stopSfb
;
679
stopSfb
= sfb
[
all
...]
/frameworks/av/media/libstagefright/codecs/aacenc/src/
sf_estim.c
279
Word16 sfbCnt, Word16 startSfb, Word16
stopSfb
)
290
while (sfbLast <
stopSfb
&& scfOld[sfbLast] == VOAAC_SHRT_MIN) {
306
for (sfb=sfbLast+1; sfb<
stopSfb
; sfb++) {
315
sfbNext =
stopSfb
;
335
Word16
stopSfb
)
343
for (sfb=startSfb; sfb<
stopSfb
; sfb++) {
568
Word32 sfb, startSfb,
stopSfb
, scfMin, scfMax, scfAct;
600
stopSfb
= 0;
602
sfb =
stopSfb
;
613
stopSfb
= sfb
[
all
...]
Completed in 5884 milliseconds