OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stop_pos
(Results
1 - 3
of
3
) sorted by null
/external/aac/libSBRdec/src/
env_calc.h
163
int
stop_pos
);
env_calc.cpp
613
UCHAR
stop_pos
= hHeaderData->timeStep * borders[i+1]; /* Stop-position in time (subband sample) for current envelope. */
local
649
start_pos,
stop_pos
,
658
start_pos,
stop_pos
,
[
all
...]
/external/aac/libSBRenc/src/
env_est.cpp
445
over slots (start_pos) to (
stop_pos
)
454
INT
stop_pos
, /*! stop slot */
482
for (; l <
stop_pos
; l++) {
585
INT no_of_bands, start_pos,
stop_pos
, li, ui;
local
631
stop_pos
= timeStep * frame_info->borders[i + 1];
637
stop_pos
-= fixMax(2, timeStep); /* consider at least 2 QMF slots less for short envelopes (envelopes just before transients) */
694
int border_pos = fixMin(
stop_pos
, h_sbr->sbrExtractEnvelope.YBufferWriteOffset<<YBufferSzShift);
699
count[j] =
stop_pos
- start_pos;
707
stop_pos
,
729
stop_pos
,
[
all
...]
Completed in 48 milliseconds