FFmpeg
Functions | Variables
cpu.c File Reference
#include <stdio.h>
#include "config.h"
#include "libavutil/cpu.h"
#include "libavutil/avstring.h"
#include "compat/getopt.c"

Go to the source code of this file.

Functions

static void print_cpu_flags (int cpu_flags, const char *type)
 
int main (int argc, char **argv)
 

Variables

struct {
   int   flag
 
   const char *   name
 
cpu_flag_tab []
 

Function Documentation

◆ print_cpu_flags()

static void print_cpu_flags ( int  cpu_flags,
const char *  type 
)
static

Definition at line 81 of file cpu.c.

Referenced by main().

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 94 of file cpu.c.

Variable Documentation

◆ flag

int flag

Definition at line 34 of file cpu.c.

Referenced by print_cpu_flags().

◆ name

const char* name

Definition at line 35 of file cpu.c.

Referenced by main(), and print_cpu_flags().

◆ cpu_flag_tab

const { ... } cpu_flag_tab[]

Referenced by main(), and print_cpu_flags().