Searched refs:LPCContext (Results 1 - 9 of 9) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | lpc.h | 52 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 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() 324 av_cold void ff_lpc_end(LPCContext *s) in ff_lpc_end()
|
H A D | ra144.h | 43 LPCContext lpc_ctx;
|
H A D | cngenc.c | 31 LPCContext lpc;
|
H A D | aacenc.h | 393 LPCContext lpc; ///< used by TNS
|
H A D | alacenc.c | 81 LPCContext lpc_ctx;
|
H A D | flacenc.c | 123 LPCContext lpc_ctx;
|
H A D | mlpenc.c | 209 LPCContext lpc_ctx;
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | lpc.c | 152 av_cold void ff_lpc_init_x86(LPCContext *c) in ff_lpc_init_x86()
|
Completed in 10 milliseconds