Home | History | Annotate | Download | only in src

Lines Matching refs:OsclFloat

34 typedef float OsclFloat;
157 OsclFloat mad;
158 OsclFloat R_D;
169 OsclFloat mad; /* mad for current frame, = video->avgMAD*/
171 OsclFloat framerate; /* framerate for current frame*/
190 OsclFloat sum_mad;
193 OsclFloat sum_QP;
197 OsclFloat target_bits_per_frame; /* = C = bitrate/framerate */
198 OsclFloat target_bits_per_frame_prev; /* previous C */
199 OsclFloat aver_mad; /* so-far average mad could replace sum_mad */
200 OsclFloat aver_mad_prev; /* previous average mad */
210 OsclFloat Mp; /* for MB-based RC */
244 OsclFloat frame_rate; /* frame rate */
261 OsclFloat Ts; /*number of seconds for the sequence (or segment). e.g., 10 sec */
262 OsclFloat Ep;
263 OsclFloat Ec; /*mean absolute difference for the current frame after motion compensation.*/
276 OsclFloat X1;
277 OsclFloat X2;
278 OsclFloat X11;
279 OsclFloat M; /*safe margin for the buffer */
280 OsclFloat smTick; /*ratio of src versus enc frame rate */