Go to the documentation of this file.
19 #ifndef AVCODEC_IDCTDSP_H
20 #define AVCODEC_IDCTDSP_H
38 int idct_permutation_type);
40 int idct_permutation_type);
62 int line_size, int16_t *
block );
69 int line_size, int16_t *
block );
87 #define FF_NO_IDCT_PERM 1
88 #define FF_LIBMPEG2_IDCT_PERM 2
89 #define FF_SIMPLE_IDCT_PERM 3
90 #define FF_TRANSPOSE_IDCT_PERM 4
91 #define FF_PARTTRANS_IDCT_PERM 5
92 #define FF_SSE2_IDCT_PERM 6
98 unsigned high_bit_depth);
100 unsigned high_bit_depth);
102 unsigned high_bit_depth);
104 unsigned high_bit_depth);