| 
    FFmpeg
    
   | 
 
Go to the source code of this file.
Functions | |
| void | ff_idctdsp_init_armv5te (IDCTDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth) | 
| void | ff_idctdsp_init_armv6 (IDCTDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth) | 
| void | ff_idctdsp_init_neon (IDCTDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth) | 
| void ff_idctdsp_init_armv5te | ( | IDCTDSPContext * | c, | 
| AVCodecContext * | avctx, | ||
| unsigned | high_bit_depth | ||
| ) | 
Definition at line 29 of file idctdsp_init_armv5te.c.
Referenced by ff_idctdsp_init_arm().
| void ff_idctdsp_init_armv6 | ( | IDCTDSPContext * | c, | 
| AVCodecContext * | avctx, | ||
| unsigned | high_bit_depth | ||
| ) | 
Definition at line 32 of file idctdsp_init_armv6.c.
Referenced by ff_idctdsp_init_arm().
| void ff_idctdsp_init_neon | ( | IDCTDSPContext * | c, | 
| AVCodecContext * | avctx, | ||
| unsigned | high_bit_depth | ||
| ) | 
Definition at line 34 of file idctdsp_init_neon.c.
Referenced by ff_idctdsp_init_arm().
 1.8.6