#include <stdint.h>
#include <string.h>
#include "libavcodec/dcadata.h"
#include "libavcodec/dcadsp.h"
#include "libavutil/common.h"
#include "libavutil/mem_internal.h"
#include "checkasm.h"
 
Go to the source code of this file.
◆ BLOCKSIZE
◆ BUF_SIZE
◆ LFE_HISTORY
◆ LFE_SIZE
◆ randomize
      
        
          | #define randomize | 
          ( | 
            | 
          buf,  | 
        
        
           | 
           | 
            | 
          len  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Value:    do {   \
    for (
int i = 0; 
i < 
len; 
i++)  \
 
        (buf)[
i] = (int16_t)
rnd(); \
 
} while (0)
 
Definition at line 38 of file dcadsp.c.
 
 
◆ EPS
◆ test_lfe_fir_float()
◆ test_lfe_fir_fixed()
  
  
      
        
          | static void test_lfe_fir_fixed  | 
          ( | 
          void  | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ checkasm_check_dcadsp()
      
        
          | void checkasm_check_dcadsp  | 
          ( | 
          void  | 
           | ) | 
           |