Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dsbr_rom.h115 #define NUM_WHFACTOR_TABLE_ENTRIES 9 macro
116 extern const USHORT FDK_sbrDecoder_sbr_whFactorsIndex[NUM_WHFACTOR_TABLE_ENTRIES];
117 extern const FIXP_DBL FDK_sbrDecoder_sbr_whFactorsTable[NUM_WHFACTOR_TABLE_ENTRIES][6];
Dsbr_rom.cpp124 const USHORT FDK_sbrDecoder_sbr_whFactorsIndex[NUM_WHFACTOR_TABLE_ENTRIES] = {
145 const FIXP_DBL FDK_sbrDecoder_sbr_whFactorsTable[NUM_WHFACTOR_TABLE_ENTRIES][6] = {
Dlpp_tran.cpp987 for( i = 1; i < NUM_WHFACTOR_TABLE_ENTRIES; i++ ) in resetLppTransposer()