FFmpeg
Functions
videodsp_init.c File Reference
#include "libavcodec/videodsp.h"
#include "libavutil/attributes.h"

Go to the source code of this file.

Functions

static void prefetch_loongarch (const uint8_t *mem, ptrdiff_t stride, int h)
 
av_cold void ff_videodsp_init_loongarch (VideoDSPContext *ctx, int bpc)
 

Function Documentation

◆ prefetch_loongarch()

static void prefetch_loongarch ( const uint8_t *  mem,
ptrdiff_t  stride,
int  h 
)
static

Definition at line 25 of file videodsp_init.c.

Referenced by ff_videodsp_init_loongarch().

◆ ff_videodsp_init_loongarch()

av_cold void ff_videodsp_init_loongarch ( VideoDSPContext ctx,
int  bpc 
)

Definition at line 42 of file videodsp_init.c.

Referenced by ff_videodsp_init().