#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) |
Definition at line 30 of file proresdsp.h.
uint8_t ProresDSPContext::idct_permutation[64] |
Definition at line 32 of file proresdsp.h.
Referenced by decode_frame_header(), and ff_proresdsp_init().
Definition at line 31 of file proresdsp.h.
Referenced by decode_init(), ff_proresdsp_init(), and ff_proresdsp_x86_init().
void(* ProresDSPContext::idct_put)(uint16_t *out, int linesize, DCTELEM *block, const int16_t *qmat) |
Referenced by decode_slice_chroma(), decode_slice_luma(), ff_proresdsp_init(), and ff_proresdsp_x86_init().