| 
    FFmpeg
    
   | 
 
#include <string.h>#include "checkasm.h"#include "libavfilter/avfilter.h"#include "libavfilter/vf_eq.h"#include "libavutil/intreadwrite.h"#include "libavutil/mem_internal.h"Go to the source code of this file.
Macros | |
| #define | WIDTH 256 | 
| #define | HEIGHT 256 | 
| #define | SRC_STRIDE 256 | 
| #define | PIXELS (WIDTH * HEIGHT) | 
| #define | RANDOM_RANGE 80000 | 
| #define | SCALE 10000 | 
| #define | randomize_buffers(buf, size) | 
Functions | |
| static void | check_eq (void) | 
| void | checkasm_check_vf_eq (void) | 
| #define randomize_buffers | ( | buf, | |
| size | |||
| ) | 
      
  | 
  static | 
Definition at line 41 of file vf_eq.c.
Referenced by checkasm_check_vf_eq().
 1.8.17