|
FFmpeg
|
#include <stddef.h>#include <stdint.h>Go to the source code of this file.
Functions | |
| void | ff_j_rev_dct (int16_t *data) |
| void | ff_j_rev_dct4 (int16_t *data) |
| void | ff_j_rev_dct2 (int16_t *data) |
| void | ff_j_rev_dct1 (int16_t *data) |
| void | ff_jref_idct_put (uint8_t *dest, ptrdiff_t line_size, int16_t *block) |
| void | ff_jref_idct_add (uint8_t *dest, ptrdiff_t line_size, int16_t *block) |
| void ff_j_rev_dct | ( | int16_t * | data | ) |
Referenced by ff_idctdsp_init().
| void ff_j_rev_dct4 | ( | int16_t * | data | ) |
Referenced by ff_idctdsp_init(), ff_jref_idct4_add(), and ff_jref_idct4_put().
| void ff_j_rev_dct2 | ( | int16_t * | data | ) |
Referenced by ff_idctdsp_init(), ff_jref_idct2_add(), and ff_jref_idct2_put().
| void ff_j_rev_dct1 | ( | int16_t * | data | ) |
Referenced by ff_idctdsp_init().
| void ff_jref_idct_put | ( | uint8_t * | dest, |
| ptrdiff_t | line_size, | ||
| int16_t * | block | ||
| ) |
Definition at line 1162 of file jrevdct.c.
Referenced by ff_idctdsp_init().
| void ff_jref_idct_add | ( | uint8_t * | dest, |
| ptrdiff_t | line_size, | ||
| int16_t * | block | ||
| ) |
Definition at line 1168 of file jrevdct.c.
Referenced by ff_idctdsp_init().
1.8.17