Home
last modified time | relevance | path

Searched refs:CELPMContext (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dcelp_math.h28 typedef struct CELPMContext { struct
39 }CELPMContext; typedef
42 * Initialize CELPMContext.
44 void ff_celp_math_init(CELPMContext *c);
45 void ff_celp_math_init_mips(CELPMContext *c);
H A Dcelp_math.c121 void ff_celp_math_init(CELPMContext *c) in ff_celp_math_init()
H A Damrwbdec.c93 CELPMContext celpm_ctx; ///< context for fixed point math operations
616 CELPMContext *ctx) in voice_factor()
839 static void upsample_5_4(float *out, const float *in, int o_size, CELPMContext *ctx) in upsample_5_4()
H A Damrnbdec.c145 CELPMContext celpm_ctx; ///< context for fixed point math operations
/third_party/ffmpeg/libavcodec/mips/
H A Dcelp_math_mips.c87 void ff_celp_math_init_mips(CELPMContext *c) in ff_celp_math_init_mips()

Completed in 5 milliseconds