Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dlpc.h52 typedef struct LPCContext { struct
87 } LPCContext; argument
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,
109 int ff_lpc_init(LPCContext *s, int blocksize, int max_order,
111 void ff_lpc_init_x86(LPCContext *s);
116 void ff_lpc_end(LPCContext *s);
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()
323 av_cold void ff_lpc_end(LPCContext *s) in ff_lpc_end()
Dra144.h43 LPCContext lpc_ctx;
Dcngenc.c30 LPCContext lpc;
Daacenc.h390 LPCContext lpc; ///< used by TNS
Dalacenc.c80 LPCContext lpc_ctx;
Dflacenc.c120 LPCContext lpc_ctx;
Dmlpenc.c201 LPCContext lpc_ctx;
/third_party/ffmpeg/libavcodec/x86/
Dlpc.c152 av_cold void ff_lpc_init_x86(LPCContext *c) in ff_lpc_init_x86()