|
FFmpeg
|
#include "libavutil/intreadwrite.h"#include "libavutil/mem.h"#include "libavutil/mem_internal.h"#include "libavcodec/mpegvideoencdsp.h"#include "checkasm.h"Go to the source code of this file.
Macros | |
| #define | randomize_buffers(buf, size) |
| #define | NUM_LINES 4 |
| #define | MAX_LINE_SIZE 1920 |
| #define | EDGE_WIDTH 16 |
| #define | LINESIZE (EDGE_WIDTH + MAX_LINE_SIZE + EDGE_WIDTH) |
| #define | BUFSIZE ((EDGE_WIDTH + NUM_LINES + EDGE_WIDTH) * LINESIZE) |
Functions | |
| static void | check_pix_sum (MpegvideoEncDSPContext *c) |
| static void | check_pix_norm1 (MpegvideoEncDSPContext *c) |
| static void | check_draw_edges (MpegvideoEncDSPContext *c) |
| void | checkasm_check_mpegvideoencdsp (void) |
| #define randomize_buffers | ( | buf, | |
| size | |||
| ) |
Definition at line 27 of file mpegvideoencdsp.c.
| #define NUM_LINES 4 |
Definition at line 79 of file mpegvideoencdsp.c.
| #define MAX_LINE_SIZE 1920 |
Definition at line 80 of file mpegvideoencdsp.c.
| #define EDGE_WIDTH 16 |
Definition at line 81 of file mpegvideoencdsp.c.
| #define LINESIZE (EDGE_WIDTH + MAX_LINE_SIZE + EDGE_WIDTH) |
Definition at line 82 of file mpegvideoencdsp.c.
| #define BUFSIZE ((EDGE_WIDTH + NUM_LINES + EDGE_WIDTH) * LINESIZE) |
Definition at line 83 of file mpegvideoencdsp.c.
|
static |
Definition at line 33 of file mpegvideoencdsp.c.
Referenced by checkasm_check_mpegvideoencdsp().
|
static |
Definition at line 56 of file mpegvideoencdsp.c.
Referenced by checkasm_check_mpegvideoencdsp().
|
static |
Definition at line 85 of file mpegvideoencdsp.c.
Referenced by checkasm_check_mpegvideoencdsp().
| void checkasm_check_mpegvideoencdsp | ( | void | ) |
Definition at line 132 of file mpegvideoencdsp.c.
1.8.17