| 
    FFmpeg
    
   | 
 
#include "config.h"#include "libavutil/attributes.h"#include "libavutil/cpu.h"#include "libavutil/x86/cpu.h"#include "libavcodec/avcodec.h"#include "libavcodec/idctdsp.h"#include "idctdsp.h"#include "simple_idct.h"Go to the source code of this file.
Functions | |
| av_cold int | ff_init_scantable_permutation_x86 (uint8_t *idct_permutation, enum idct_permutation_type perm_type) | 
| av_cold void | ff_idctdsp_init_x86 (IDCTDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth) | 
Variables | |
| static const uint8_t | simple_mmx_permutation [64] | 
| static const uint8_t | idct_sse2_row_perm [8] = { 0, 4, 1, 5, 2, 6, 3, 7 } | 
| av_cold int ff_init_scantable_permutation_x86 | ( | uint8_t * | idct_permutation, | 
| enum idct_permutation_type | perm_type | ||
| ) | 
Definition at line 42 of file idctdsp_init.c.
Referenced by ff_init_scantable_permutation().
| av_cold void ff_idctdsp_init_x86 | ( | IDCTDSPContext * | c, | 
| AVCodecContext * | avctx, | ||
| unsigned | high_bit_depth | ||
| ) | 
Definition at line 61 of file idctdsp_init.c.
Referenced by ff_idctdsp_init().
      
  | 
  static | 
Definition at line 29 of file idctdsp_init.c.
Referenced by ff_init_scantable_permutation_x86().
      
  | 
  static | 
Definition at line 40 of file idctdsp_init.c.
Referenced by ff_init_scantable_permutation_x86().
 1.8.17