|
|
void(* | sub4x4_dct )(dctcoef dct[16], pixel *pix1, pixel *pix2) |
| |
|
void(* | add4x4_idct )(pixel *p_dst, dctcoef dct[16]) |
| |
|
void(* | sub8x8_dct )(dctcoef dct[4][16], pixel *pix1, pixel *pix2) |
| |
|
void(* | sub8x8_dct_dc )(dctcoef dct[4], pixel *pix1, pixel *pix2) |
| |
|
void(* | add8x8_idct )(pixel *p_dst, dctcoef dct[4][16]) |
| |
|
void(* | add8x8_idct_dc )(pixel *p_dst, dctcoef dct[4]) |
| |
|
void(* | sub16x16_dct )(dctcoef dct[16][16], pixel *pix1, pixel *pix2) |
| |
|
void(* | add16x16_idct )(pixel *p_dst, dctcoef dct[16][16]) |
| |
|
void(* | add16x16_idct_dc )(pixel *p_dst, dctcoef dct[16]) |
| |
|
void(* | dct4x4dc )(dctcoef d[16]) |
| |
|
void(* | idct4x4dc )(dctcoef d[16]) |
| |
The documentation for this struct was generated from the following file: