#include <inttypes.h>

Go to the source code of this file.
Defines | |
| #define | BITS_FRW_ACC 3 |
| #define | SHIFT_FRW_COL BITS_FRW_ACC |
| #define | SHIFT_FRW_ROW (BITS_FRW_ACC + 17) |
| #define | RND_FRW_ROW (1 << (SHIFT_FRW_ROW-1)) |
| #define | RND_FRW_COL (1 << (SHIFT_FRW_COL-1)) |
Variables | |
| const int16_t | fdct_tg_all_16 [] |
| const long long | fdct_one_corr = 0x0001000100010001LL |
| const long | fdct_r_row [2] = {RND_FRW_ROW, RND_FRW_ROW } |
| const int16_t | tab_frw_01234567 [] |
| #define BITS_FRW_ACC 3 |
Definition at line 43 of file fdctdata.c.
| #define RND_FRW_COL (1 << (SHIFT_FRW_COL-1)) |
Definition at line 49 of file fdctdata.c.
| #define RND_FRW_ROW (1 << (SHIFT_FRW_ROW-1)) |
Definition at line 47 of file fdctdata.c.
| #define SHIFT_FRW_COL BITS_FRW_ACC |
| #define SHIFT_FRW_ROW (BITS_FRW_ACC + 17) |
Definition at line 45 of file fdctdata.c.
Referenced by fdct_row_mmx(), fdct_row_mmx2(), and fdct_row_sse2().
| const long long fdct_one_corr = 0x0001000100010001LL |
| const long fdct_r_row[2] = {RND_FRW_ROW, RND_FRW_ROW } |
| const int16_t fdct_tg_all_16[] |
Initial value:
{
13036, 13036, 13036, 13036,
27146, 27146, 27146, 27146,
-21746, -21746, -21746, -21746,
-19195, -19195, -19195, -19195,
23170, 23170, 23170, 23170 }
Definition at line 52 of file fdctdata.c.
Referenced by fdct_col().
| static const int16_t tab_frw_01234567 | ( | ) |
1.5.5