| 
    FFmpeg
    
   | 
 
#include <stddef.h>#include <stdint.h>Go to the source code of this file.
Functions | |
| void | ff_j_rev_dct_arm (int16_t *data) | 
| void | ff_simple_idct_arm (int16_t *data) | 
| void | ff_simple_idct_armv5te (int16_t *data) | 
| void | ff_simple_idct_put_armv5te (uint8_t *dest, ptrdiff_t line_size, int16_t *data) | 
| void | ff_simple_idct_add_armv5te (uint8_t *dest, ptrdiff_t line_size, int16_t *data) | 
| void | ff_simple_idct_armv6 (int16_t *data) | 
| void | ff_simple_idct_put_armv6 (uint8_t *dest, ptrdiff_t line_size, int16_t *data) | 
| void | ff_simple_idct_add_armv6 (uint8_t *dest, ptrdiff_t line_size, int16_t *data) | 
| void | ff_simple_idct_neon (int16_t *data) | 
| void | ff_simple_idct_put_neon (uint8_t *dest, ptrdiff_t line_size, int16_t *data) | 
| void | ff_simple_idct_add_neon (uint8_t *dest, ptrdiff_t line_size, int16_t *data) | 
| void ff_j_rev_dct_arm | ( | int16_t * | data | ) | 
Referenced by ff_idctdsp_init_arm(), j_rev_dct_arm_add(), and j_rev_dct_arm_put().
| void ff_simple_idct_arm | ( | int16_t * | data | ) | 
Referenced by ff_idctdsp_init_arm(), simple_idct_arm_add(), and simple_idct_arm_put().
| void ff_simple_idct_armv5te | ( | int16_t * | data | ) | 
Referenced by ff_idctdsp_init_armv5te().
Referenced by ff_idctdsp_init_armv5te().
Referenced by ff_idctdsp_init_armv5te().
| void ff_simple_idct_armv6 | ( | int16_t * | data | ) | 
Referenced by ff_idctdsp_init_armv6().
Referenced by ff_idctdsp_init_armv6().
Referenced by ff_idctdsp_init_armv6().
| void ff_simple_idct_neon | ( | int16_t * | data | ) | 
 1.8.6