#include "idct1d.h"
Go to the source code of this file.
Functions | |
VYApixel | ADD (VYApixel x, VYApixel y) |
VYApixel | SUB (VYApixel x, VYApixel y) |
VYApixel | CMUL (VYApixel C, VYApixel x) |
void | but (VYApixel a, VYApixel b, VYApixel &x, VYApixel &y) |
Variables | |
const unsigned int | S_BITS = 3 |
const unsigned int | C_BITS = 14 |
|
Definition at line 24 of file idct1d.cc. Referenced by but(), and IDCT1D::main(). |
|
Definition at line 44 of file idct1d.cc. Referenced by IDCT1D::main(). |
|
Definition at line 36 of file idct1d.cc. References C_BITS. Referenced by IDCT1D::main(). |
|
Definition at line 30 of file idct1d.cc. Referenced by but(), and IDCT1D::main(). |
|
Definition at line 21 of file idct1d.cc. Referenced by CMUL(). |
|
|