#include <string.h>
#include <stdint.h>
#include "checkasm.h"
#include "libavcodec/h264chroma.h"
#include "libavutil/mem_internal.h"
#include "libavutil/intreadwrite.h"
 
Go to the source code of this file.
◆ SIZEOF_PIXEL
◆ randomize_buffers
Value:    do {                                         \
            for (
int i = 0; 
i < 16*18*2; 
i++)    \
 
        } else {                                 \
            for (
int i = 0; 
i < 16*18; 
i += 2)   \
 
        }                                        \
    } while (0)
 
Definition at line 30 of file h264chroma.c.
 
 
◆ CHECK_CHROMA_MC
      
        
          | #define CHECK_CHROMA_MC | 
          ( | 
            | 
          name | ) | 
           | 
        
      
 
Value:            do {                                                                                          \
                    for (int x = 0; x < 2; x++) {                                                         \
                        for (int y = 0; y < 2; y++) {                                                     \
                                fprintf(stderr, #
name ": x:%i, y:%i\n", x, y);                            \
 
                                fail();                                                                   \
                            }                                                                             \
                        }                                                                                 \
                    }                                                                                     \
                }                                                                                         \
            } while (0)
 
 
 
◆ check_chroma_mc()
  
  
      
        
          | static void check_chroma_mc  | 
          ( | 
          void  | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ checkasm_check_h264chroma()
      
        
          | void checkasm_check_h264chroma  | 
          ( | 
          void  | 
           | ) | 
           |