OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxIter
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/opus/src/silk/fixed/
encode_frame_FIX.c
87
opus_int i, iter,
maxIter
, found_upper, found_lower, ret = 0;
164
maxIter
= 6;
224
if( iter ==
maxIter
) {
/external/chromium_org/third_party/opus/src/silk/float/
encode_frame_FLP.c
86
opus_int i, iter,
maxIter
, found_upper, found_lower, ret = 0;
160
maxIter
= 6;
211
if( iter ==
maxIter
) {
/external/libopus/silk/fixed/
encode_frame_FIX.c
87
opus_int i, iter,
maxIter
, found_upper, found_lower, ret = 0;
164
maxIter
= 6;
224
if( iter ==
maxIter
) {
/external/libopus/silk/float/
encode_frame_FLP.c
86
opus_int i, iter,
maxIter
, found_upper, found_lower, ret = 0;
160
maxIter
= 6;
211
if( iter ==
maxIter
) {
Completed in 268 milliseconds