FFmpeg
Loading...
Searching...
No Matches
pred_init.c File Reference
#include "config.h"
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/x86/cpu.h"
#include "libavcodec/hevc/pred.h"

Go to the source code of this file.

Macros

#define PRED_PLANAR_FUNC(idx, opt)
 

Functions

av_cold void ff_hevc_pred_init_x86 (HEVCPredContext *hpc, int bit_depth)
 

Macro Definition Documentation

◆ PRED_PLANAR_FUNC

#define PRED_PLANAR_FUNC ( idx,
opt )
Value:
void ff_hevc_pred_planar_ ## idx ## _8_ ## opt(uint8_t *src, \
const uint8_t *top, \
const uint8_t *left, \
ptrdiff_t stride);
static int BS_FUNC left(const BSCTX *bc)
Return the number of the bits left in a buffer.
#define stride
#define src
Definition vp8dsp.c:248

Definition at line 28 of file pred_init.c.

Function Documentation

◆ ff_hevc_pred_init_x86()

av_cold void ff_hevc_pred_init_x86 ( HEVCPredContext * hpc,
int bit_depth )

Definition at line 39 of file pred_init.c.

Referenced by ff_hevc_pred_init(), and ff_hevc_pred_init_x86().