Searched defs:lpc_order (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | alac.c | 290 int lpc_order[2]; in decode_element() local 174 lpc_prediction(int32_t *error_buffer, uint32_t *buffer_out, int nb_samples, int bps, int16_t *lpc_coefs, int lpc_order, int lpc_quant) lpc_prediction() argument [all...] |
H A D | alacenc.c | 58 int lpc_order; member [all...] |
H A D | opus_silk.c | 305 silk_decode_lpc(SilkContext *s, SilkFrame *frame, OpusRangeCoder *rc, float lpc_leadin[16], float lpc[16], int *lpc_order, int *has_lpc_leadin, int voiced) silk_decode_lpc() argument
|
H A D | wmalosslessdec.c | 174 int lpc_order; member
|
Completed in 6 milliseconds