#include <stdint.h>
#include "libavutil/macros.h"
Go to the source code of this file.
|  | 
| static void FUNC() | flac_decorrelate_indep_c (uint8_t **out, int32_t **in, int channels, int len, int shift) | 
|  | 
| static void FUNC() | flac_decorrelate_ls_c (uint8_t **out, int32_t **in, int channels, int len, int shift) | 
|  | 
| static void FUNC() | flac_decorrelate_rs_c (uint8_t **out, int32_t **in, int channels, int len, int shift) | 
|  | 
| static void FUNC() | flac_decorrelate_ms_c (uint8_t **out, int32_t **in, int channels, int len, int shift) | 
|  | 
◆ sample_type
      
        
          | #define sample_type   int16_t | 
      
 
 
◆ FSUF
◆ sample
◆ OUT
      
        
          | #define S | ( |  | s, | 
        
          |  |  |  | c, | 
        
          |  |  |  | i | 
        
          |  | ) |  | (*s++) | 
      
 
 
◆ FUNC
◆ flac_decorrelate_indep_c()
  
  | 
        
          | static void FUNC() flac_decorrelate_indep_c | ( | uint8_t ** | out, |  
          |  |  | int32_t ** | in, |  
          |  |  | int | channels, |  
          |  |  | int | len, |  
          |  |  | int | shift |  
          |  | ) |  |  |  | static | 
 
 
◆ flac_decorrelate_ls_c()
  
  | 
        
          | static void FUNC() flac_decorrelate_ls_c | ( | uint8_t ** | out, |  
          |  |  | int32_t ** | in, |  
          |  |  | int | channels, |  
          |  |  | int | len, |  
          |  |  | int | shift |  
          |  | ) |  |  |  | static | 
 
 
◆ flac_decorrelate_rs_c()
  
  | 
        
          | static void FUNC() flac_decorrelate_rs_c | ( | uint8_t ** | out, |  
          |  |  | int32_t ** | in, |  
          |  |  | int | channels, |  
          |  |  | int | len, |  
          |  |  | int | shift |  
          |  | ) |  |  |  | static | 
 
 
◆ flac_decorrelate_ms_c()
  
  | 
        
          | static void FUNC() flac_decorrelate_ms_c | ( | uint8_t ** | out, |  
          |  |  | int32_t ** | in, |  
          |  |  | int | channels, |  
          |  |  | int | len, |  
          |  |  | int | shift |  
          |  | ) |  |  |  | static |