|
FFmpeg
|
simpleidct in C. More...
#include "libavutil/intreadwrite.h"#include "avcodec.h"#include "mathops.h"#include "simple_idct.h"#include "simple_idct_template.c"Functions | |
| void | ff_simple_idct248_put (uint8_t *dest, ptrdiff_t line_size, int16_t *block) |
| void | ff_simple_idct84_add (uint8_t *dest, ptrdiff_t line_size, int16_t *block) |
| void | ff_simple_idct48_add (uint8_t *dest, ptrdiff_t line_size, int16_t *block) |
| void | ff_simple_idct44_add (uint8_t *dest, ptrdiff_t line_size, int16_t *block) |
| void | ff_prores_idct (int16_t *block, const int16_t *qmat) |
| Special version of ff_simple_idct_int16_10bit() which does dequantization and scales by a factor of 2 more between the two IDCTs to account for larger scale of input coefficients. | |
simpleidct in C.
| #define BF | ( | k | ) |
1.8.12