Searched refs:ff_eval_refl (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | ra144.h | 70 int ff_eval_refl(int *refl, const int16_t *coefs, AVCodecContext *avctx);
|
D | ra144.c | 1545 int ff_eval_refl(int *refl, const int16_t *coefs, AVCodecContext *avctx) in ff_eval_refl() function 1668 if (ff_eval_refl(work, out, ractx->avctx)) { in ff_interp()
|
D | ra144enc.c | 485 if (ff_eval_refl(lpc_refl, block_coefs[NBLOCKS - 1], avctx)) { in ra144_encode_frame() 490 if (ff_eval_refl(lpc_refl, block_coefs[NBLOCKS - 1], avctx)) { in ra144_encode_frame()
|