Home
last modified time | relevance | path

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

/third_party/lame/libmp3lame/
Dutil.c959 #define LOG2_SIZE (512) macro
962 static ieee754_float32_t log_table[LOG2_SIZE + 1];
973 assert((1 << LOG2_SIZE_L2) == LOG2_SIZE); in init_log_table()
976 for (j = 0; j < LOG2_SIZE + 1; j++) in init_log_table()
977 log_table[j] = log(1.0f + j / (ieee754_float32_t) LOG2_SIZE) / log(2.0f); in init_log_table()