Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dnellymoserenc.c54 #define POW_TABLE_SIZE (1<<11) macro
71 static float pow_table[POW_TABLE_SIZE]; ///< pow(2, -i / 2048.0 - 3.0);
153 for (int i = 0; i < POW_TABLE_SIZE; i++) in nellymoser_init_static()

Completed in 1 milliseconds