32#define CHECK_OFFSET(s, m, o) \
33 static_assert(offsetof(s, m) == o, \
34 "Hardcoded ASM offset of " #s " field " #o " needs to be updated.");
Libavcodec external API header.
#define INTER_SCANTAB_RASTER_END
#define INTRA_SCANTAB_RASTER_END
#define have_armv5te(flags)
Macro definitions for various function/variable attributes.
static atomic_int cpu_flags
int av_get_cpu_flags(void)
Return the flags which specify extensions supported by the CPU.
void ff_dct_unquantize_h263_intra_neon(const MPVContext *s, int16_t *block, int n, int qscale)
av_cold void ff_mpv_unquantize_init_arm(MPVUnquantDSPContext *s, int bitexact)
void ff_dct_unquantize_h263_inter_neon(const MPVContext *s, int16_t *block, int n, int qscale)
void ff_mpv_unquantize_init_armv5te(MPVUnquantDSPContext *s)