ProresDSPContext Struct Reference

#include <proresdsp.h>

Data Fields

int idct_permutation_type
uint8_t idct_permutation [64]
void(* idct_put )(uint16_t *out, int linesize, DCTELEM *block, const int16_t *qmat)

Detailed Description

Definition at line 30 of file proresdsp.h.

Field Documentation

uint8_t ProresDSPContext::idct_permutation[64]

Definition at line 32 of file proresdsp.h.

Referenced by decode_frame_header(), decode_slice(), and ff_proresdsp_init().

int ProresDSPContext::idct_permutation_type

Definition at line 31 of file proresdsp.h.

Referenced by ff_proresdsp_init(), and ff_proresdsp_x86_init().

void(* ProresDSPContext::idct_put)(uint16_t *out, int linesize, DCTELEM *block, const int16_t *qmat)

Definition at line 33 of file proresdsp.h.

Referenced by decode_slice_plane(), ff_proresdsp_init(), and ff_proresdsp_x86_init().


The documentation for this struct was generated from the following file: