FFmpeg
Functions | Variables
cpu.h File Reference
#include "config.h"
#include <stdbool.h>
#include <stddef.h>
#include "libavutil/attributes_internal.h"
#include "libavutil/cpu.h"

Go to the source code of this file.

Functions

static av_const bool ff_rv_zbb_support (void)
 
static bool ff_rv_vlen_least (unsigned int bits)
 Checks that the vector bit-size is at least the given value. More...
 

Variables

attribute_visibility_hidden bool ff_rv_zbb_supported
 

Function Documentation

◆ ff_rv_zbb_support()

static av_const bool ff_rv_zbb_support ( void  )
inlinestatic

◆ ff_rv_vlen_least()

static bool ff_rv_vlen_least ( unsigned int  bits)
inlinestatic

Variable Documentation

◆ ff_rv_zbb_supported

attribute_visibility_hidden bool ff_rv_zbb_supported

Definition at line 24 of file cpu_common.c.

Referenced by ff_rv_zbb_support().