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

Go to the source code of this file.

Functions

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

Function Documentation

◆ prefetch_ppc()

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

Definition at line 24 of file videodsp.c.

Referenced by ff_videodsp_init_ppc().

◆ ff_videodsp_init_ppc()

av_cold void ff_videodsp_init_ppc ( VideoDSPContext ctx,
int  bpc 
)

Definition at line 33 of file videodsp.c.

Referenced by ff_videodsp_init().