Searched defs:lpc_coefs (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | ra144dec.c | 50 static void do_output_subblock(RA144Context *ractx, const int16_t *lpc_coefs, in do_output_subblock() argument
|
H A D | alac.c | 289 int16_t lpc_coefs[2][32]; 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
|
H A D | ra144.c | 1694 void ff_subblock_synthesis(RA144Context *ractx, const int16_t *lpc_coefs, in ff_subblock_synthesis() argument
|
H A D | ra144enc.c | 432 int32_t lpc_coefs[LPC_ORDER][MAX_LPC_ORDER]; in ra144_encode_frame() local 324 ra144_encode_subblock(RA144Context *ractx, const int16_t *sblock_data, const int16_t *lpc_coefs, unsigned int rms, PutBitContext *pb) ra144_encode_subblock() argument
|
H A D | wmalosslessdec.c | 173 int lpc_coefs[WMALL_MAX_CHANNELS][40]; member
|
Completed in 14 milliseconds