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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Diommu.c310 unsigned long fbase, unsigned long fsize)
315 segments = max(dbase + dsize, fbase + fsize) >> IO_SEGMENT_SHIFT;
969 unsigned long fbase, unsigned long fsize)
973 ptab = cell_iommu_alloc_ptab(iommu, fbase, fsize, dbase, dsize, 24);
975 dma_iommu_fixed_base = fbase;
977 pr_debug("iommu: mapping 0x%lx pages from 0x%lx\n", fsize, fbase);
991 ioaddr = uaddr + fbase;
1005 unsigned long dbase, dsize, fbase, fsize, hbase, hend; local
1030 fbase = 0;
1033 fbase
308 cell_iommu_setup_stab(struct cbe_iommu *iommu, unsigned long dbase, unsigned long dsize, unsigned long fbase, unsigned long fsize) argument
967 cell_iommu_setup_fixed_ptab(struct cbe_iommu *iommu, struct device_node *np, unsigned long dbase, unsigned long dsize, unsigned long fbase, unsigned long fsize) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlibxvidff.c320 xvid_enc_create.fbase = avctx->time_base.den;
594 int frate, fbase; local
600 fbase = avctx->time_base.num;
602 gcd = av_gcd(frate, fbase);
605 fbase /= gcd;
608 if( frate <= 65000 && fbase <= 65000 ) {
610 avctx->time_base.num = fbase;
614 fps = (float)frate / (float)fbase;
630 if( fbase > est_fbase ) {
638 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-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibxvid_rc.c80 xvid_plg_create.fbase= s->avctx->time_base.den;
99 xvid_plg_data.fbase= s->avctx->time_base.den;
H A Dlibxvid.c308 int frate, fbase; local
314 fbase = avctx->time_base.num;
316 gcd = av_gcd(frate, fbase);
319 fbase /= gcd;
322 if( frate <= 65000 && fbase <= 65000 ) {
324 avctx->time_base.num = fbase;
328 fps = (float)frate / (float)fbase;
344 if( fbase > est_fbase ) {
352 avctx->time_base.num = fbase;
585 xvid_enc_create.fbase
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_fieldmatch.c495 int x, y, temp1, temp2, fbase; local
516 fbase = get_field_base(match1, field);
517 srcf = srcp + (fbase + 1) * src_linesize;
520 mapp = mapp + fbase * map_linesize;
524 prvpf = prev->data[plane] + fbase * prv_linesize; // previous frame, previous field
528 fbase = get_field_base(match2, field);
532 nxtpf = next->data[plane] + fbase * nxt_linesize; // next frame, previous field
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dbcmotp.c127 uint16 fbase; /* fuse subregion offset */ member in struct:__anon20323
792 /* With BT shared region, swlim and fbase are fixed */
794 oi->fbase = btend;
809 /* Update swlim and fbase only if no BT region */
817 oi->fbase = oi->swlim;
820 oi->fbase = oi->swbase;
826 "fbase %d/%d flim %d/%d\n", __FUNCTION__,
829 oi->fbase, oi->fbase * 16, oi->flim, oi->flim * 16));
1017 sz = (uint)oi->flim - oi->fbase;
[all...]

Completed in 88 milliseconds