FFmpeg
|
#include "config.h"
#include "libavcodec/x86/fdct.h"
#include "libavcodec/x86/xvididct.h"
#include "libavcodec/x86/simple_idct.h"
Go to the source code of this file.
Functions | |
static int | permute_x86 (int16_t dst[64], const int16_t src[64], enum idct_permutation_type perm_type) |
Variables | |
static const struct algo | fdct_tab_arch [] |
static const struct algo | idct_tab_arch [] |
static const uint8_t | idct_simple_mmx_perm [64] |
static const uint8_t | idct_sse2_row_perm [8] = { 0, 4, 1, 5, 2, 6, 3, 7 } |
|
static |
|
static |
|
static |