FFmpeg
|
#include <proresdsp.h>
Data Fields | |
int | idct_permutation_type |
uint8_t | idct_permutation [64] |
void(* | idct_put )(uint16_t *out, ptrdiff_t linesize, int16_t *block, const int16_t *qmat) |
Definition at line 30 of file proresdsp.h.
int ProresDSPContext::idct_permutation_type |
Definition at line 31 of file proresdsp.h.
Referenced by ff_proresdsp_init(), and ff_proresdsp_init_x86().
uint8_t ProresDSPContext::idct_permutation[64] |
Definition at line 32 of file proresdsp.h.
Referenced by ff_proresdsp_init().
void(* ProresDSPContext::idct_put) (uint16_t *out, ptrdiff_t linesize, int16_t *block, const int16_t *qmat) |
Definition at line 33 of file proresdsp.h.
Referenced by ff_proresdsp_init(), and ff_proresdsp_init_x86().