Home
last modified time | relevance | path

Searched refs:LPCContext (Results 1 - 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dlpc.h52 typedef struct LPCContext { struct
87 } LPCContext; typedef
93 int ff_lpc_calc_coefs(LPCContext *s,
100 int ff_lpc_calc_ref_coefs(LPCContext *s,
103 double ff_lpc_calc_ref_coefs_f(LPCContext *s, const float *samples, int len,
107 * Initialize LPCContext.
109 int ff_lpc_init(LPCContext *s, int blocksize, int max_order,
111 void ff_lpc_init_x86(LPCContext *s);
114 * Uninitialize LPCContext.
116 void ff_lpc_end(LPCContext *
[all...]
H A Dlpc.c160 int ff_lpc_calc_ref_coefs(LPCContext *s, in ff_lpc_calc_ref_coefs()
172 double ff_lpc_calc_ref_coefs_f(LPCContext *s, const float *samples, int len, in ff_lpc_calc_ref_coefs_f()
201 int ff_lpc_calc_coefs(LPCContext *s, in ff_lpc_calc_coefs()
301 av_cold int ff_lpc_init(LPCContext *s, int blocksize, int max_order, in ff_lpc_init()
324 av_cold void ff_lpc_end(LPCContext *s) in ff_lpc_end()
H A Dra144.h43 LPCContext lpc_ctx;
H A Dcngenc.c31 LPCContext lpc;
H A Daacenc.h393 LPCContext lpc; ///< used by TNS
H A Dalacenc.c81 LPCContext lpc_ctx;
H A Dflacenc.c123 LPCContext lpc_ctx;
H A Dmlpenc.c209 LPCContext lpc_ctx;
/third_party/ffmpeg/libavcodec/x86/
H A Dlpc.c152 av_cold void ff_lpc_init_x86(LPCContext *c) in ff_lpc_init_x86()

Completed in 10 milliseconds