| FFmpeg
    | 
#include "config.h"#include "config_components.h"#include "libavutil/cpu.h"#include "libavutil/mem_internal.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 | 
| 
 | static | 
Definition at line 96 of file dct.c.
Referenced by permute_x86().
| 
 | static | 
Definition at line 107 of file dct.c.
Referenced by permute_x86().
 1.8.17
 1.8.17