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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dnellymoserenc.c48 #define POW_TABLE_SIZE (1<<11) macro
66 static float pow_table[POW_TABLE_SIZE]; ///< -pow(2, -i / 2048.0 - 3.0);
155 for (i = 0; i < POW_TABLE_SIZE; i++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dnellymoserenc.c52 #define POW_TABLE_SIZE (1<<11) macro
69 static float pow_table[POW_TABLE_SIZE]; ///< -pow(2, -i / 2048.0 - 3.0);
177 for (i = 0; i < POW_TABLE_SIZE; i++)

Completed in 33 milliseconds