Searched refs:lpc_coefs (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dra144.h70 void ff_subblock_synthesis(RA144Context *ractx, const uint16_t *lpc_coefs,
H A Dra144dec.c48 static void do_output_subblock(RA144Context *ractx, const uint16_t *lpc_coefs, argument
56 ff_subblock_synthesis(ractx, lpc_coefs, cba_idx, cb1_idx, cb2_idx, gval,
H A Dra144enc.c317 * @param lpc_coefs coefficients of the LPC filter
323 const int16_t *lpc_coefs, unsigned int rms,
337 coefs[i] = lpc_coefs[i] * (1/4096.0);
417 ff_subblock_synthesis(ractx, lpc_coefs, cba_idx, cb1_idx, cb2_idx, rms,
430 int32_t lpc_coefs[LPC_ORDER][MAX_LPC_ORDER]; local
464 LPC_ORDER, 16, lpc_coefs, shift, FF_LPC_TYPE_LEVINSON,
467 block_coefs[NBLOCKS - 1][i] = -(lpc_coefs[LPC_ORDER - 1][i] <<
321 ra144_encode_subblock(RA144Context *ractx, const int16_t *sblock_data, const int16_t *lpc_coefs, unsigned int rms, PutBitContext *pb) argument
H A Dra144.c1689 void ff_subblock_synthesis(RA144Context *ractx, const uint16_t *lpc_coefs, argument
1717 if (ff_celp_lp_synthesis_filter(ractx->curr_sblock + LPC_ORDER, lpc_coefs,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dra144.h76 void ff_subblock_synthesis(RA144Context *ractx, const int16_t *lpc_coefs,
H A Dra144dec.c49 static void do_output_subblock(RA144Context *ractx, const int16_t *lpc_coefs, argument
57 ff_subblock_synthesis(ractx, lpc_coefs, cba_idx, cb1_idx, cb2_idx, gval,
H A Dalac.c168 int nb_samples, int bps, int16_t *lpc_coefs,
210 val += (pred[j] - d) * lpc_coefs[j];
222 lpc_coefs[j] -= sign;
310 int16_t lpc_coefs[2][32]; local
330 lpc_coefs[ch][i] = get_sbits(&alac->gb, 16);
366 bps, lpc_coefs[ch], lpc_order[ch], lpc_quant[ch]);
167 lpc_prediction(int32_t *error_buffer, int32_t *buffer_out, int nb_samples, int bps, int16_t *lpc_coefs, int lpc_order, int lpc_quant) argument
H A Dra144enc.c326 * @param lpc_coefs coefficients of the LPC filter
332 const int16_t *lpc_coefs, unsigned int rms,
346 coefs[i] = lpc_coefs[i] * (1/4096.0);
425 ff_subblock_synthesis(ractx, lpc_coefs, cba_idx, cb1_idx, cb2_idx, rms,
438 int32_t lpc_coefs[LPC_ORDER][MAX_LPC_ORDER]; local
477 LPC_ORDER, 16, lpc_coefs, shift, FF_LPC_TYPE_LEVINSON,
480 block_coefs[NBLOCKS - 1][i] = -(lpc_coefs[LPC_ORDER - 1][i] <<
330 ra144_encode_subblock(RA144Context *ractx, const int16_t *sblock_data, const int16_t *lpc_coefs, unsigned int rms, PutBitContext *pb) argument
H A Dra144.c1694 void ff_subblock_synthesis(RA144Context *ractx, const int16_t *lpc_coefs, argument
1721 if (ff_celp_lp_synthesis_filter(ractx->curr_sblock + LPC_ORDER, lpc_coefs,
H A Dwmalosslessdec.c170 int lpc_coefs[WMALL_MAX_CHANNELS][40]; member in struct:WmallDecodeCtx
575 s->lpc_coefs[ch][i] = get_sbits(&s->gb, cbits);
584 memset(s->lpc_coefs, 0, sizeof(s->lpc_coefs));

Completed in 73 milliseconds