Home
last modified time | relevance | path

Searched refs:FILTER_PARAM (Results 1 – 1 of 1) sorted by relevance

/external/aac/libSBRenc/src/
Dresampler.cpp124 struct FILTER_PARAM { struct
176 static const struct FILTER_PARAM param_set48 = {
207 static const struct FILTER_PARAM param_set45 = {
234 static const struct FILTER_PARAM param_set41 = {
256 static const struct FILTER_PARAM param_set35 = {sos35, g35, 350, 6, 4};
276 static const struct FILTER_PARAM param_set25 = {sos25, g25, 250, 4, 5};
279 static const struct FILTER_PARAM *const filter_paramSet[] = {
299 const struct FILTER_PARAM *currentSet = NULL; in FDKaacEnc_InitDownsampler()
309 for (i = 1; i < sizeof(filter_paramSet) / sizeof(struct FILTER_PARAM *); in FDKaacEnc_InitDownsampler()