FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
hq_hqadsp.h File Reference

HQ/HQA variant of AAN IDCT It differs from the standard AAN IDCT in precision and in the second stage. More...

#include <stdint.h>

Go to the source code of this file.

Data Structures

struct  HQDSPContext
 

Functions

void ff_hqdsp_init (HQDSPContext *c)
 

Detailed Description

HQ/HQA variant of AAN IDCT It differs from the standard AAN IDCT in precision and in the second stage.

Definition in file hq_hqadsp.h.

Function Documentation

void ff_hqdsp_init ( HQDSPContext c)

Definition at line 127 of file hq_hqadsp.c.

Referenced by hq_hqa_decode_init().