FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
jpeg2000dsp.h File Reference
#include <stdint.h>
#include "jpeg2000dwt.h"

Go to the source code of this file.

Data Structures

struct  Jpeg2000DSPContext
 

Functions

void ff_jpeg2000dsp_init (Jpeg2000DSPContext *c)
 
void ff_jpeg2000dsp_init_x86 (Jpeg2000DSPContext *c)
 

Function Documentation

void ff_jpeg2000dsp_init ( Jpeg2000DSPContext c)

Definition at line 93 of file jpeg2000dsp.c.

Referenced by jpeg2000_decode_init().

void ff_jpeg2000dsp_init_x86 ( Jpeg2000DSPContext c)

Definition at line 32 of file jpeg2000dsp_init.c.

Referenced by ff_jpeg2000dsp_init().