Searched refs:shellsort (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dshellsort.h20 Filename: shellsort.h
77 void shellsort(Int32 in[], Int32 n);
H A Dsbr_create_limiter_bands.cpp89 #include "shellsort.h"
187 shellsort(workLimiterBandTable, gateMode[i] + 1);
201 shellsort(workLimiterBandTable, gateMode[i] + 1);
230 shellsort(workLimiterBandTable, gateMode[i] + 1);
237 shellsort(workLimiterBandTable, gateMode[i] + 1);
H A Dshellsort.cpp20 Filename: shellsort.c
61 #include "shellsort.h"
100 void shellsort(Int32 in[], Int32 n) function
H A Dsbr_update_freq_scale.cpp89 #include "shellsort.h"
195 shellsort(d, numBands); /* SortBands sort d */
214 shellsort(d2, numBands2); /* SortBands sort d */
227 shellsort(d2, numBands2);
H A DAndroid.mk136 shellsort.cpp \

Completed in 114 milliseconds