FFmpeg  1.2.4
Macros | Functions
videodsp.c File Reference
#include "libavutil/avassert.h"
#include "libavutil/common.h"
#include "videodsp.h"
#include "videodsp_template.c"

Go to the source code of this file.

Macros

#define BIT_DEPTH   8
#define BIT_DEPTH   16

Functions

static void just_return (uint8_t *buf, ptrdiff_t stride, int h)
void ff_videodsp_init (VideoDSPContext *ctx, int bpc)

Macro Definition Documentation

#define BIT_DEPTH   8

Definition at line 29 of file videodsp.c.

#define BIT_DEPTH   16

Definition at line 29 of file videodsp.c.

Function Documentation

void ff_videodsp_init ( VideoDSPContext ctx,
int  bpc 
)
static void just_return ( uint8_t buf,
ptrdiff_t  stride,
int  h 
)
static

Definition at line 33 of file videodsp.c.

Referenced by ff_videodsp_init().