Home
last modified time | relevance | path

Searched refs:rate_f (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dmodel_rd.h141 double rate_f, dist_by_sse_norm_f; in model_rd_with_curvfit() local
142 av1_model_rd_curvfit(plane_bsize, sse_norm, xqr, &rate_f, in model_rd_with_curvfit()
146 int rate_i = (int)(AOMMAX(0.0, rate_f * num_samples) + 0.5); in model_rd_with_curvfit()
Drd.h241 double *rate_f, double *distbysse_f);
243 double yl, double *rate_f, double *distbysse_f);
Dpartition_strategy.c1264 float rate_f = (float)AOMMIN(rd_stats->rate, INT_MAX); in av1_ml_predict_breakout() local
1265 rate_f = ((float)x->rdmult / 128.0f / 512.0f / (float)(1 << num_pels_log2)) * in av1_ml_predict_breakout()
1266 rate_f; in av1_ml_predict_breakout()
1267 features[feature_index++] = rate_f; in av1_ml_predict_breakout()
Drd.c841 double yl, double *rate_f, double *distbysse_f) { in av1_model_rd_surffit() argument
847 *rate_f = get_rate_clamplinear(yl, rpar[0], rpar[1]); in av1_model_rd_surffit()
944 double *rate_f, double *distbysse_f) { in av1_model_rd_curvfit() argument
962 *rate_f = interp_cubic(prate, xo); in av1_model_rd_curvfit()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c3341 float rate_f, dist_f; in ml_predict_breakout() local
3359 rate_f = (float)VPXMIN(rd_cost->rate, INT_MAX); in ml_predict_breakout()
3361 rate_f = in ml_predict_breakout()
3363 rate_f; in ml_predict_breakout()
3365 features[feature_index++] = rate_f; in ml_predict_breakout()