Home
last modified time | relevance | path

Searched refs:ff_eval_coefs (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dra144.h71 void ff_eval_coefs(int *coefs, const int *refl);
Dra144dec.c98 ff_eval_coefs(ractx->lpc_coef[0], lpc_refl); in ra144_decode_frame()
Dra144.c1593 void ff_eval_coefs(int *coefs, const int *refl) in ff_eval_coefs() function
Dra144enc.c502 ff_eval_coefs(ractx->lpc_coef[0], lpc_refl); in ra144_encode_frame()