Go to the source code of this file.
 | 
| static const uint32_t  | pixel_mask [3] = { 0xffffffff, 0x01ff01ff, 0x03ff03ff } | 
|   | 
◆ SIZEOF_PIXEL
◆ BUF_SIZE
      
        
          | #define BUF_SIZE   (2 * 16 * (16 + 3 + 4)) | 
        
      
 
 
◆ randomize_buffers
      
        
          | #define randomize_buffers | 
          ( | 
           | ) | 
           | 
        
      
 
Value:    do {                                           \
        int k;                                     \
        }                                          \
    } while (0)
 
Definition at line 33 of file h264qpel.c.
 
 
◆ src0
      
        
          | #define src0   (buf0 + 3 * 2 * 16) /* h264qpel functions read data from negative src pointer offsets */ | 
        
      
 
 
◆ src1
      
        
          | #define src1   (buf1 + 3 * 2 * 16) | 
        
      
 
 
◆ checkasm_check_h264qpel()
      
        
          | void checkasm_check_h264qpel  | 
          ( | 
          void  | 
           | ) | 
           | 
        
      
 
 
◆ pixel_mask
  
  
      
        
          | const uint32_t pixel_mask[3] = { 0xffffffff, 0x01ff01ff, 0x03ff03ff } | 
         
       
   | 
  
static   |