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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Dxdi_adapter.h18 unsigned int qoffset; member in struct:_divas_pci_card_resources
H A Dos_4bri.c104 dword offset = a->resources.pci.qoffset;
400 diva_current->resources.pci.qoffset = (a->xdi_adapter.MemorySize >> factor);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddiracdec.c463 static inline void coeff_unpack_arith(DiracArith *c, int qfactor, int qoffset, argument
488 coeff = (coeff * qfactor + qoffset + 2) >> 2;
495 static inline int coeff_unpack_golomb(GetBitContext *gb, int qfactor, int qoffset) argument
501 coeff = (coeff * qfactor + qoffset + 2) >> 2;
518 int qoffset, qfactor; local
550 qoffset = qoffset_intra_tab[b->quant];
552 qoffset = qoffset_inter_tab[b->quant];
559 coeff_unpack_arith(c, qfactor, qoffset, b, buf+x, x, y);
561 buf[x] = coeff_unpack_golomb(gb, qfactor, qoffset);
693 int qoffset local
[all...]

Completed in 188 milliseconds