Searched refs:test1d (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/tests/
H A Dtest_unit_mdct.c115 void test1d(int nfft,int isinverse) function
176 test1d(atoi(argv[k]),0);
177 test1d(atoi(argv[k]),1);
180 test1d(32,0);
181 test1d(32,1);
182 test1d(256,0);
183 test1d(256,1);
184 test1d(512,0);
185 test1d(512,1);
186 test1d(102
[all...]
H A Dtest_unit_dft.c95 void test1d(int nfft,int isinverse) function
144 test1d(atoi(argv[k]),0);
145 test1d(atoi(argv[k]),1);
148 test1d(32,0);
149 test1d(32,1);
150 test1d(128,0);
151 test1d(128,1);
152 test1d(256,0);
153 test1d(256,1);
155 test1d(3
[all...]
/external/libopus/celt/tests/
H A Dtest_unit_mdct.c115 void test1d(int nfft,int isinverse) function
176 test1d(atoi(argv[k]),0);
177 test1d(atoi(argv[k]),1);
180 test1d(32,0);
181 test1d(32,1);
182 test1d(256,0);
183 test1d(256,1);
184 test1d(512,0);
185 test1d(512,1);
186 test1d(102
[all...]
H A Dtest_unit_dft.c95 void test1d(int nfft,int isinverse) function
144 test1d(atoi(argv[k]),0);
145 test1d(atoi(argv[k]),1);
148 test1d(32,0);
149 test1d(32,1);
150 test1d(128,0);
151 test1d(128,1);
152 test1d(256,0);
153 test1d(256,1);
155 test1d(3
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcitrtest.cpp203 CharacterIterator* test1d= new StringCharacterIterator(testText, -2, 100, 5); local
210 if (test1d->startIndex() < 0)
212 if (test1d->endIndex() > testText.length())
214 if (test1d->getIndex() < test1d->startIndex() || test1d->endIndex() < test1d->getIndex())
253 delete test1d;
/external/icu/icu4c/source/test/intltest/
H A Dcitrtest.cpp203 CharacterIterator* test1d= new StringCharacterIterator(testText, -2, 100, 5); local
210 if (test1d->startIndex() < 0)
212 if (test1d->endIndex() > testText.length())
214 if (test1d->getIndex() < test1d->startIndex() || test1d->endIndex() < test1d->getIndex())
253 delete test1d;

Completed in 189 milliseconds