|
FFmpeg
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <math.h>#include <inttypes.h>#include <float.h>#include "libavutil/avutil.h"#include "libavutil/imgutils.h"#include "libavutil/intfloat.h"#include "libavutil/intreadwrite.h"#include "libavutil/lfg.h"#include "libavutil/mem.h"#include "libavutil/parseutils.h"#include "libavutil/pixdesc.h"#include "libswscale/swscale.h"Go to the source code of this file.
Macros | |
| #define | DEFAULT_W 96 |
| #define | DEFAULT_H 96 |
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| static enum AVPixelFormat | pix_fmts [] |
| const char * | usage = "floatimg_cmp -pixel_format <pix_fmt> -size <image_size> -ref <testfile>\n" |
| #define DEFAULT_W 96 |
Definition at line 37 of file floatimg_cmp.c.
Referenced by main().
| #define DEFAULT_H 96 |
Definition at line 38 of file floatimg_cmp.c.
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv ) |
Definition at line 64 of file floatimg_cmp.c.
|
static |
Definition at line 40 of file floatimg_cmp.c.
| const char* usage | ( | void | ) | = "floatimg_cmp -pixel_format <pix_fmt> -size <image_size> -ref <testfile>\n" |
Definition at line 62 of file floatimg_cmp.c.
Referenced by create_frame(), create_mapped_buffer(), ff_vk_create_buf(), ff_vk_create_view(), ff_vk_get_pooled_buffer(), ff_vk_host_map_buffer(), ff_vk_image_create(), ff_vk_map_usage_to_feats(), ff_vk_video_dpb_init(), main(), main(), and vulkan_setup_profile().