gem5 v24.0.0.0
|
#include <global.h>
Public Member Functions | |
Coeff8x8 () | |
Coeff8x8 (const Coeff8x8 &) | |
void | operator= (const Coeff8x8 &) |
int | operator== (const Coeff8x8 &) const |
COEFF | get (int x, int y) const |
void | put (int x, int y, COEFF val) |
Public Attributes | |
COEFF | c [8][8] |
Coeff8x8::Coeff8x8 | ( | ) |
Coeff8x8::Coeff8x8 | ( | const Coeff8x8 & | ) |
COEFF Coeff8x8::get | ( | int | x, |
int | y ) const |
void Coeff8x8::operator= | ( | const Coeff8x8 & | ) |
int Coeff8x8::operator== | ( | const Coeff8x8 & | ) | const |
void Coeff8x8::put | ( | int | x, |
int | y, | ||
COEFF | val ) |