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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dlibxvidff.c279 xvid_enc_create.fbase = avctx->time_base.den;
553 int frate, fbase; local
559 fbase = avctx->time_base.num;
561 gcd = av_gcd(frate, fbase);
564 fbase /= gcd;
567 if( frate <= 65000 && fbase <= 65000 ) {
569 avctx->time_base.num = fbase;
573 fps = (float)frate / (float)fbase;
589 if( fbase > est_fbase ) {
597 avctx->time_base.num = fbase;
[all...]
H A Dlibxvid_rc.c76 xvid_plg_create.fbase= s->avctx->time_base.den;
96 xvid_plg_data.fbase= s->avctx->time_base.den;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/shared/
H A Dbcmotp.c127 uint16 fbase; /* fuse subregion offset */ member in struct:__anon11492
458 oi->fbase = oi->swlim;
461 oi->fbase = oi->swbase;
468 "fbase %d/%d flim %d/%d\n", __FUNCTION__,
471 oi->fbase, oi->fbase * 16, oi->flim, oi->flim * 16));
635 sz = (uint)oi->flim - oi->fbase;
643 __FUNCTION__, oi->flim - oi->fbase));
647 base = oi->fbase;
948 if (wlen > (uint)(oi->flim - oi->fbase)) {
[all...]

Completed in 53 milliseconds