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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dwma.h50 #define LSP_POW_BITS 7 macro
136 float lsp_pow_m_table1[(1 << LSP_POW_BITS)];
137 float lsp_pow_m_table2[(1 << LSP_POW_BITS)];
H A Dwmadec.c156 m = (u.v >> (23 - LSP_POW_BITS)) & ((1 << LSP_POW_BITS) - 1);
158 t.v = ((u.v << LSP_POW_BITS) & ((1 << 23) - 1)) | (127 << 23);
182 for(i=(1 << LSP_POW_BITS) - 1;i>=0;i--) {
183 m = (1 << LSP_POW_BITS) + i;
184 a = (float)m * (0.5 / (1 << LSP_POW_BITS));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwma.h50 #define LSP_POW_BITS 7 macro
131 float lsp_pow_m_table1[(1 << LSP_POW_BITS)];
132 float lsp_pow_m_table2[(1 << LSP_POW_BITS)];
H A Dwmadec.c149 m = (u.v >> (23 - LSP_POW_BITS)) & ((1 << LSP_POW_BITS) - 1);
151 t.v = ((u.v << LSP_POW_BITS) & ((1 << 23) - 1)) | (127 << 23);
175 for(i=(1 << LSP_POW_BITS) - 1;i>=0;i--) {
176 m = (1 << LSP_POW_BITS) + i;
177 a = (float)m * (0.5 / (1 << LSP_POW_BITS));

Completed in 73 milliseconds