#include <stdint.h>
#include "libavutil/common.h"
#include "mathops.h"
 
Go to the source code of this file.
 | 
| static av_always_inline void FUNC()  | lpc_encode_unrolled (int32_t *res, const int32_t *smp, int len, int order, const int32_t *coefs, int shift, int big) | 
|   | 
| static void FUNC()  | flac_lpc_encode_c (int32_t *res, const int32_t *smp, int len, int order, const int32_t *coefs, int shift) | 
|   | 
◆ FUNC
◆ sum_type
◆ MUL
      
        
          | #define MUL | 
          ( | 
            | 
          a,  | 
        
        
           | 
           | 
            | 
          b  | 
        
        
           | 
          ) | 
           |    ((a) * (b)) | 
        
      
 
 
◆ CLIP
◆ LPC1
◆ lpc_encode_unrolled()
◆ flac_lpc_encode_c()
  
  
      
        
          | static void FUNC() flac_lpc_encode_c  | 
          ( | 
          int32_t *  | 
          res,  | 
         
        
           | 
           | 
          const int32_t *  | 
          smp,  | 
         
        
           | 
           | 
          int  | 
          len,  | 
         
        
           | 
           | 
          int  | 
          order,  | 
         
        
           | 
           | 
          const int32_t *  | 
          coefs,  | 
         
        
           | 
           | 
          int  | 
          shift  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   |