OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:step_size
(Results
1 - 5
of
5
) sorted by null
/external/speex/include/speex/
speex_jitter.h
119
* @param
step_size
Starting value for the size of concleanment packets and delay
124
JitterBuffer *jitter_buffer_init(int
step_size
);
/external/chromium/base/
file_util_win.cc
[
all
...]
file_util.h
630
size_t
step_size
);
/external/speex/libspeex/
jitter.c
272
EXPORT JitterBuffer *jitter_buffer_init(int
step_size
)
281
jitter->delay_step =
step_size
;
282
jitter->concealment_size =
step_size
;
/external/webp/src/enc/
filter.c
329
const int
step_size
= (delta_max - delta_min >= 4) ? 4 : 1;
local
344
for (d = delta_min; d <= delta_max; d +=
step_size
) {
Completed in 161 milliseconds