Functions

libavcodec/dctref.h File Reference

#include "dsputil.h"

Go to the source code of this file.

Functions

void ff_ref_fdct (DCTELEM *block)
void ff_ref_idct (DCTELEM *block)
void ff_ref_dct_init (void)
 Initialize the double precision discrete cosine transform functions fdct & idct.

Function Documentation

void ff_ref_dct_init ( void   ) 

Initialize the double precision discrete cosine transform functions fdct & idct.

Definition at line 41 of file dctref.c.

Referenced by main().

void ff_ref_fdct ( DCTELEM block  ) 
void ff_ref_idct ( DCTELEM block  )