FFmpeg
Loading...
Searching...
No Matches
videodsp_init.c File Reference
#include "libavutil/mips/cpu.h"
#include "config.h"
#include "libavutil/attributes.h"
#include "libavutil/mips/asmdefs.h"
#include "libavcodec/videodsp.h"

Go to the source code of this file.

Functions

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

Function Documentation

◆ prefetch_mips()

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

Definition at line 27 of file videodsp_init.c.

Referenced by ff_videodsp_init_mips().

◆ ff_videodsp_init_mips()

av_cold void ff_videodsp_init_mips ( VideoDSPContext * ctx,
int bpc )

Definition at line 45 of file videodsp_init.c.

Referenced by ff_videodsp_init().