Go to the source code of this file.
◆ BLOCKSZ
◆ MAX_LEVEL
◆ DCTSIZE
◆ DCTSIZE_S
◆ FIX
      
        
          | #define FIX | ( |  | x, | 
        
          |  |  |  | s | 
        
          |  | ) |  | ((int) ((x) * (1 << s) + 0.5) & 0xffff) | 
      
 
 
◆ C64
      
        
          | #define C64 | ( |  | x | ) | ((uint64_t)((x) | (x) << 16)) <<32 | (uint64_t)(x) | (uint64_t)(x) << 16 | 
      
 
 
◆ FIX64
◆ MULTIPLY16H
      
        
          | #define MULTIPLY16H | ( |  | x, | 
        
          |  |  |  | k | 
        
          |  | ) |  | (((x) * (k)) >> 16) | 
      
 
 
◆ THRESHOLD
      
        
          | #define THRESHOLD | ( |  | r, | 
        
          |  |  |  | x, | 
        
          |  |  |  | t | 
        
          |  | ) |  |  | 
      
 
 
◆ DESCALE
      
        
          | #define DESCALE | ( |  | x, | 
        
          |  |  |  | n | 
        
          |  | ) |  | (((x) + (1 << ((n) - 1))) >> n) | 
      
 
 
◆ int_simd16_t
◆ ff_fspp_init_x86()
◆ FIX_0_382683433
  
  | 
        
          | const int16_t FIX_0_382683433 = FIX(0.382683433, 14) |  | static | 
 
 
◆ FIX_0_541196100
  
  | 
        
          | const int16_t FIX_0_541196100 = FIX(0.541196100, 14) |  | static | 
 
 
◆ FIX_0_707106781
◆ FIX_1_306562965
  
  | 
        
          | const int16_t FIX_1_306562965 = FIX(1.306562965, 14) |  | static | 
 
 
◆ FIX_1_414213562_A
  
  | 
        
          | const int16_t FIX_1_414213562_A = FIX(M_SQRT2 , 14) |  | static | 
 
 
◆ FIX_1_847759065
  
  | 
        
          | const int16_t FIX_1_847759065 = FIX(1.847759065, 13) |  | static | 
 
 
◆ FIX_2_613125930
  
  | 
        
          | const int16_t FIX_2_613125930 = FIX(-2.613125930, 13) |  | static | 
 
 
◆ FIX_1_414213562
◆ FIX_1_082392200
  
  | 
        
          | const int16_t FIX_1_082392200 = FIX(1.082392200, 13) |  | static |