| FFmpeg
    | 
#include <stdint.h>Go to the source code of this file.
| Data Structures | |
| struct | G722DSPContext | 
| Functions | |
| void | ff_g722dsp_init (G722DSPContext *c) | 
| void | ff_g722dsp_init_arm (G722DSPContext *c) | 
| void | ff_g722dsp_init_x86 (G722DSPContext *c) | 
| void ff_g722dsp_init | ( | G722DSPContext * | c | ) | 
Definition at line 68 of file g722dsp.c.
Referenced by checkasm_check_g722dsp(), g722_decode_init(), and g722_encode_init().
| void ff_g722dsp_init_arm | ( | G722DSPContext * | c | ) | 
Definition at line 29 of file g722dsp_init_arm.c.
Referenced by ff_g722dsp_init().
| void ff_g722dsp_init_x86 | ( | G722DSPContext * | c | ) | 
Definition at line 29 of file g722dsp_init.c.
Referenced by ff_g722dsp_init().
 1.8.17
 1.8.17