Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dinvf_est.cpp226 static const FIR_FILTER *const fir_table[5] = {&fir_0, &fir_1, &fir_2, &fir_3, variable
253 const FIXP_DBL *filter = *fir_table[INVF_SMOOTHING_LENGTH]; in calculateDetectorValues()