FFmpeg
|
videodsp_init.c
Go to the documentation of this file.
Definition: videodsp.h:40
memory handling functions
void(* prefetch)(uint8_t *buf, ptrdiff_t stride, int h)
Prefetch memory into cache (if supported by hardware).
Definition: videodsp.h:69
void ff_prefetch_3dnow(uint8_t *buf, ptrdiff_t stride, int h)
Macro definitions for various function/variable attributes.
#define av_assert2(cond)
assert() equivalent, that does lie in speed critical code.
Definition: avassert.h:63
simple assert() macros that are a bit more flexible than ISO C assert().
int av_get_cpu_flags(void)
Return the flags which specify extensions supported by the CPU.
Definition: cpu.c:30
void ff_prefetch_mmxext(uint8_t *buf, ptrdiff_t stride, int h)
common internal and external API header
Core video DSP helper functions.
void(* emulated_edge_mc)(uint8_t *buf, const uint8_t *src, ptrdiff_t linesize, int block_w, int block_h, int src_x, int src_y, int w, int h)
Copy a rectangular area of samples to a temporary buffer and replicate the border samples...
Definition: videodsp.h:58
av_cold void ff_videodsp_init_x86(VideoDSPContext *ctx, int bpc)
Definition: videodsp_init.c:108
Generated on Mon Nov 18 2024 06:52:03 for FFmpeg by 1.8.11