FFmpeg
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

◆ ff_jpeg2000dsp_init()

void ff_jpeg2000dsp_init ( Jpeg2000DSPContext c)

Definition at line 93 of file jpeg2000dsp.c.

Referenced by checkasm_check_jpeg2000dsp(), and jpeg2000_decode_init().

◆ ff_jpeg2000dsp_init_x86()

void ff_jpeg2000dsp_init_x86 ( Jpeg2000DSPContext c)

Definition at line 34 of file jpeg2000dsp_init.c.

Referenced by ff_jpeg2000dsp_init().