Home
last modified time | relevance | path

Searched defs:lpc_coefs (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dra144dec.c50 static void do_output_subblock(RA144Context *ractx, const int16_t *lpc_coefs, in do_output_subblock() argument
H A Dalac.c289 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 Dra144.c1694 void ff_subblock_synthesis(RA144Context *ractx, const int16_t *lpc_coefs, in ff_subblock_synthesis() argument
H A Dra144enc.c432 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 Dwmalosslessdec.c173 int lpc_coefs[WMALL_MAX_CHANNELS][40]; member

Completed in 14 milliseconds