| FFmpeg
    4.0
    | 
simpleidct in C. More...
Go to the source code of this file.
| Macros | |
| #define | IDCT_COLS | 
| Functions | |
| static void FUNC6() | idctRowCondDC (idctin *row, int extra_shift) | 
| static void FUNC6() | idctSparseColPut (pixel *dest, ptrdiff_t line_size, idctin *col) | 
| static void FUNC6() | idctSparseColAdd (pixel *dest, ptrdiff_t line_size, idctin *col) | 
| static void FUNC6() | idctSparseCol (idctin *col) | 
| void FUNC6() | ff_simple_idct_put (uint8_t *dest_, ptrdiff_t line_size, int16_t *block_) | 
simpleidct in C.
Definition in file simple_idct_template.c.
| #define IDCT_COLS | 
Definition at line 211 of file simple_idct_template.c.
Referenced by idctSparseCol(), idctSparseColAdd(), and idctSparseColPut().
Definition at line 116 of file simple_idct_template.c.
Referenced by ff_simple_idct_put().
| 
 | inlinestatic | 
Definition at line 264 of file simple_idct_template.c.
Referenced by ff_simple_idct_put().
| 
 | inlinestatic | 
Definition at line 288 of file simple_idct_template.c.
Referenced by ff_simple_idct_put().
Definition at line 312 of file simple_idct_template.c.
Referenced by ff_simple_idct_put().
Definition at line 330 of file simple_idct_template.c.
 1.8.13
 1.8.13