comparison ratecontrol.h @ 11832:e522dbf60abd libavcodec

Move eval.c and eval.h from libavcodec to libavutil, and make the eval API public.
author stefano
date Sat, 05 Jun 2010 12:01:28 +0000
parents 7dd2a45249a9
children
comparison
equal deleted inserted replaced
11831:9b1da3f82dd7 11832:e522dbf60abd
28 * ratecontrol header. 28 * ratecontrol header.
29 */ 29 */
30 30
31 #include <stdio.h> 31 #include <stdio.h>
32 #include <stdint.h> 32 #include <stdint.h>
33 #include "eval.h" 33 #include "libavutil/eval.h"
34 34
35 typedef struct Predictor{ 35 typedef struct Predictor{
36 double coeff; 36 double coeff;
37 double count; 37 double count;
38 double decay; 38 double decay;