#include "config.h"
#include "compat/getopt.c"
#include <stdint.h>
#include <stdio.h>
#include "libavutil/avstring.h"
#include "libavutil/common.h"
#include "libavutil/cpu.h"
Go to the source code of this file.
◆ print_cpu_flags()
static void print_cpu_flags |
( |
int |
cpu_flags, |
|
|
const char * |
type |
|
) |
| |
|
static |
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 92 of file cpu.c.
◆ flag
Definition at line 35 of file cpu.c.
Referenced by av_opt_flag_is_set(), av_vorbis_parse_frame(), bit_allocation(), cinepak_decode_codebook(), cinepak_decode_vectors(), decode_bmv_frame(), decode_channel_wordlen(), decode_registered_user_data_afd(), decode_registered_user_data_closed_caption(), epic_decode_run_length(), find_and_decode_index(), get_chroma_mv(), hq_decode_mb(), hqa_decode_mb(), hqx_decode_422(), hqx_decode_422a(), hqx_decode_444(), hqx_decode_444a(), imc_decode_block(), mark_ref(), old_codec1(), print_cpu_flags(), read_huffman_tables(), set_af_flag(), set_disposition_bits(), vorbis_parse_setup_hdr_codebooks(), and xan_wc3_decode_frame().
◆ name
◆ cpu_flag_tab
const { ... } cpu_flag_tab[] |