COMMON: Move cosine/sine tables out of header files
Access is now restricted to using the getSineTable()/getCosineTable() helper functions.
This commit is contained in:
parent
54f25aa843
commit
6334ec413f
9 changed files with 16566 additions and 16527 deletions
|
@ -26,6 +26,7 @@
|
|||
// Copyright (c) 2010 Alex Converse <alex.converse@gmail.com>
|
||||
// Copyright (c) 2010 Vitor Sessak
|
||||
|
||||
#include "common/cosinetables.h"
|
||||
#include "common/dct.h"
|
||||
|
||||
namespace Common {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue