Go to the source code of this file.
◆ WIDTH
◆ HEIGHT
◆ WIDTH_PADDED
      
        
          | #define WIDTH_PADDED   (WIDTH + 16) /* padded to 32 */ | 
        
      
 
 
◆ BUFFER_SIZE
◆ randomize_plane
      
        
          | #define randomize_plane | 
          ( | 
            | 
          buf,  | 
        
        
           | 
           | 
            | 
          type  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ cmp_plane
      
        
          | #define cmp_plane | 
          ( | 
            | 
          buf0,  | 
        
        
           | 
           | 
            | 
          buf1,  | 
        
        
           | 
           | 
            | 
          s  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Value:    do {                                            \
                fail();\
        }                                           \
    } while (0)
 
Definition at line 46 of file utvideodsp.c.
 
 
◆ CHECK_RESTORE
      
        
          | #define CHECK_RESTORE | 
          ( | 
            | 
          type | ) | 
           | 
        
      
 
Value:
             ptrdiff_t linesize_r, ptrdiff_t linesize_g,    \
randomize_plane(src_r0, 
type);                  \
 
randomize_plane(src_g0, 
type);                  \
 
randomize_plane(src_b0, 
type);                  \
 
cmp_plane(src_r0, src_r1, 
sizeof(
type));    \
 
cmp_plane(src_g0, src_g1, 
sizeof(
type));    \
 
cmp_plane(src_b0, src_b1, 
sizeof(
type));    \
 
 
Definition at line 57 of file utvideodsp.c.
 
 
◆ check_restore_rgb_planes()
  
  
      
        
          | static void check_restore_rgb_planes  | 
          ( | 
          void  | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ check_restore_rgb_planes10()
  
  
      
        
          | static void check_restore_rgb_planes10  | 
          ( | 
          void  | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ checkasm_check_utvideodsp()
      
        
          | void checkasm_check_utvideodsp  | 
          ( | 
          void  | 
           | ) | 
           |