Home
last modified time | relevance | path

Searched refs:fbase (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dlibxvid.c325 int frate, fbase; in xvid_correct_framerate() local
331 fbase = avctx->time_base.num; in xvid_correct_framerate()
333 gcd = av_gcd(frate, fbase); in xvid_correct_framerate()
336 fbase /= gcd; in xvid_correct_framerate()
339 if (frate <= 65000 && fbase <= 65000) { in xvid_correct_framerate()
341 avctx->time_base.num = fbase; in xvid_correct_framerate()
345 fps = (float) frate / (float) fbase; in xvid_correct_framerate()
361 if (fbase > est_fbase) { in xvid_correct_framerate()
369 avctx->time_base.num = fbase; in xvid_correct_framerate()
597 xvid_enc_create.fbase = avctx->time_base.den; in xvid_encode_init()
/third_party/boost/libs/regex/src/
Dcregex.cpp94 mapfile::iterator fbase; member in boost::BOOST_REGEX_DETAIL_NS::RegExData
106 fbase(), in RegExData()
132 positions[i] = fm[i].matched ? fm[i].first - fbase : -1; in update()
142 fbase = mapfile::iterator(); in clean()
414 pdata->fbase = map.begin(); in GrepFiles()
441 pdata->fbase = map.begin(); in FindFiles()
503 return pdata->fm[i].matched ? pdata->fm[i].first - pdata->fbase : RegEx::npos; in Position()
/third_party/ffmpeg/libavfilter/
Dvf_fieldmatch.c497 int x, y, temp1, temp2, fbase; in compare_fields() local
518 fbase = get_field_base(match1, field); in compare_fields()
519 srcf = srcp + (fbase + 1) * src_linesize; in compare_fields()
522 mapp = mapp + fbase * map_linesize; in compare_fields()
526 prvpf = prev->data[plane] + fbase * prv_linesize; // previous frame, previous field in compare_fields()
530 fbase = get_field_base(match2, field); in compare_fields()
534 nxtpf = next->data[plane] + fbase * nxt_linesize; // next frame, previous field in compare_fields()
/third_party/gstreamer/gstplugins_bad/
DChangeLog231251 - the setting of fincr and fbase in xvid-encoder creation based on