Searched refs:e_gte (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Deval.c133 e_mod, e_max, e_min, e_eq, e_gt, e_gte, enumerator in enum:ff_expr_s::__anon523
172 case e_gte: return e->value * (d >= d2 ? 1.0 : 0.0);
268 else if( strmatch(next, "gte" ) ) d->type = e_gte;
271 else if( strmatch(next, "lt" ) ) { AVEvalExpr * tmp = d->param[1]; d->param[1] = d->param[0]; d->param[0] = tmp; d->type = e_gte; }

Completed in 95 milliseconds