Searched refs:LPCContext (Results 1 – 9 of 9) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | lpc.h | 52 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);
|
D | lpc.c | 160 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()
|
D | ra144.h | 43 LPCContext lpc_ctx;
|
D | cngenc.c | 30 LPCContext lpc;
|
D | aacenc.h | 390 LPCContext lpc; ///< used by TNS
|
D | alacenc.c | 80 LPCContext lpc_ctx;
|
D | flacenc.c | 120 LPCContext lpc_ctx;
|
D | mlpenc.c | 201 LPCContext lpc_ctx;
|
/third_party/ffmpeg/libavcodec/x86/ |
D | lpc.c | 152 av_cold void ff_lpc_init_x86(LPCContext *c) in ff_lpc_init_x86()
|