Searched refs:ff_eval_refl (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dra144.h61 int ff_eval_refl(int *refl, const int16_t *coefs, AVCodecContext *avctx);
H A Dra144.c1544 int ff_eval_refl(int *refl, const int16_t *coefs, AVCodecContext *avctx) function
1583 * Does the inverse of the ff_eval_refl() function.
1660 if (ff_eval_refl(work, out, ractx->avctx)) {
H A Dra144enc.c475 if (ff_eval_refl(lpc_refl, block_coefs[NBLOCKS - 1], avctx)) {
480 if (ff_eval_refl(lpc_refl, block_coefs[NBLOCKS - 1], avctx)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dra144.h67 int ff_eval_refl(int *refl, const int16_t *coefs, AVCodecContext *avctx);
H A Dra144.c1545 int ff_eval_refl(int *refl, const int16_t *coefs, AVCodecContext *avctx) function
1591 * Does the inverse of the ff_eval_refl() function.
1668 if (ff_eval_refl(work, out, ractx->avctx)) {
H A Dra144enc.c488 if (ff_eval_refl(lpc_refl, block_coefs[NBLOCKS - 1], avctx)) {
493 if (ff_eval_refl(lpc_refl, block_coefs[NBLOCKS - 1], avctx)) {

Completed in 52 milliseconds