Go to the source code of this file.
Functions | |
| static const float even_table[] | __attribute__ ((aligned(8))) |
| static void | ftrv_ (const float xf[], float fv[]) |
| static void | load_matrix_ (float xf[], const float table[]) |
| void | idct_sh4 (DCTELEM *block) |
| static const float even_table [] __attribute__ | ( | (aligned(8)) | ) | [static] |
| static void ftrv_ | ( | const float | xf[], | |
| float | fv[] | |||
| ) | [static] |
Definition at line 88 of file idct_sh4.c.
| static void load_matrix_ | ( | float | xf[], | |
| const float | table[] | |||
| ) | [static] |
Definition at line 101 of file idct_sh4.c.
| void idct_sh4 | ( | DCTELEM * | block | ) |
Definition at line 132 of file idct_sh4.c.
Referenced by dsputil_init_sh4(), idct_add(), and idct_put().
1.5.5