search for: zzi

Displaying 10 results from an estimated 10 matches for "zzi".

Did you mean: zz
2005 Aug 20
0
[PATCH] remove some FZIGZAG
...-08-17 09:58:23.000000000 +0200 +++ test/lib/decode.c 2005-08-20 11:19:04.052143250 +0200 @@ -1083,53 +1083,53 @@ to. This is updated before the function returns.*/ typedef void (*oc_token_expand_func)(int _token,int _extra_bits, - ogg_int16_t _dct_coeffs[64],int *_zzi); + ogg_int16_t _dct_coeffs[128],int *_zzi); /*Expands a zero run token.*/ void oc_token_expand_zrl(int _token,int _extra_bits, - ogg_int16_t _dct_coeffs[64],int *_zzi){ + ogg_int16_t _dct_coeffs[128],int *_zzi){ int zzi; zzi=*_zzi; - do _dct_coeffs[OC_FZIG_ZAG[zzi++]]=0; + do _dct_coef...
2005 Jul 20
1
MMX IDCT for theora-exp
...tate *_state, const int *_fragis,int _nfragis,int _dst_frame,int _src_frame,int _pli); void (*restore_fpu)(void); + void (*oc_state_frag_recon)(oc_theora_state *_state,const oc_fragment *_frag, + int _pli,ogg_int16_t _dct_coeffs[64],int _last_zzi,int _ncoefs, + ogg_uint16_t _dc_iquant,const ogg_uint16_t _ac_iquant[64]); }oc_base_opt_vtable; @@ -385,9 +388,6 @@ int oc_state_mbi_for_pos(oc_theora_state *_state,int _mbx,int _mby); int oc_state_get_mv_offsets(oc_theora_state...
2006 Mar 18
2
IPSEC with MAC/MLS support crack
Hi, When I use FreeBSD-6.0 Release (also FreeBSD-5.4), I found IPSEC can't coexists with MAC. When the IpSec is setup, and we connects the TCP server with IPSEC and MAC support, the server innevitably crack. Because the m_pkthdr of some mbuf is mangled by unknown reasons. Following is my kernel configuration: options MAC options MAC_DEBUG options UFS_EXTATTR options
2010 Jul 03
1
How to generate longitudinal data using R
How to generate the longitudinal data with correlation structure of independent , exchangeable and AR (1) through errors? Can someone provide some sample codes? Great appreciation! Thanks much, Yi [[alternative HTML version deleted]]
2010 Jul 29
1
How to get the standard error from GEE(Generalized Estimation Equations) output
I am having some difficulties to locate the standard error from GEE output. -----------sample output using list (geemodel)------------------------ Link: Identity Variance to Mean Relation: Gaussian Correlation Structure: Exchangeable Call: gee(formula = days.sick1 ~ bmi + age + gender + surveyround2 + surveyround3, id = childid, data = dat, family = gaussian,
2009 Oct 07
1
Possible inefficiency in encode.c
..., having just started working through the code a few weeks ago. I am working on a requantization tool to reduce bit rates, hopefully on the fly, for some video conferencing work. As I was working through the encoding phase I noticed this line in encode.c: for(ti=_enc->dct_token_offs[pli][zzi];ti<ndct_tokens;ti++){ It's around line 804, but I am working with 1.1b3 sources so it may have moved a bit. Anyway, I am thinking that this line might be an adequate substitute: for(ti=0;ti<ndct_tokens;ti++){ Because the tokens are now stored in separate per plane arrays instead...
2009 Oct 13
3
Proposal for replacing asm code with intrinsics
..., having just started working through the code a few weeks ago. I am working on a requantization tool to reduce bit rates, hopefully on the fly, for some video conferencing work. As I was working through the encoding phase I noticed this line in encode.c: for(ti=_enc->dct_token_offs[pli][zzi];ti<ndct_tokens;ti++){ It's around line 804, but I am working with 1.1b3 sources so it may have moved a bit. Anyway, I am thinking that this line might be an adequate substitute: for(ti=0;ti<ndct_tokens;ti++){ Because the tokens are now stored in separate per plane arrays instead...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...Jw&@Opg;xInfkA|pMZY5kz&5nN>jrt-q5HqP|n+q at s6D?dj6 zD#3LH3=TS0|J3<Ge@{GOiGNl_pa5f#s0=r}BqG(zmUfjq40cL(*kP9e%DxlA at wL*5 zonNlyAZ_lJ(Oy@%LL(E9qdn+}g8q<WIAVEp#xY+oy6!BhbZ<8&7NBa#bR2A6Vsts3 zw<=~Be>F55c4WNigoqvO-(~xzF~FZv=Rk_zzwd+>lx&6+7inTO#A&`nOv3<sEgS5M zZiDp)K^I?i72En%e-}#7?jhfw_2cxRT&k_1V{7XL at J$S0O<b$&NL(uih~MQv26JBF zZsGN3Tp3gSMCw)F6IbppJwA^C6+{3&z5b9T<;&^BSROwhpfTb_`JzVw7P#q{C{578 zdgYo|M<uc8rRMthvF$1fDAEC<T*k46sad?T0ZRdMeOvkM1%F>o?EKdm_;|O*N2kK9 zRs7 at B)U**3X_{C62kGsy2=pz(20Lb+u4E6#tj+b$4gGM7&`*ZJ0jRz+aZ+TL...
2010 Jun 17
0
Modifyiing R working matrix within "gee" source code
Dear all, I am working on modifying the R working matrix to commodate some other correlations that not included in the package. I am having problem to locate where the R matrix are defined for regular matrices, i.e. independence, exchangeable, AR and unstructure. it might have something within .C("Cgee",but don't understand it well enough to know. Can you anyone help? /*gee source
2018 Apr 18
1
Problem with regression line
...list -- To UNSUBSCRIBE and more, see >> https://stat.ethz.ch/mailman/listinfo/r-help >> PLEASE do read the posting guide >> http://www.R-project.org/posting-guide.html >> and provide commented, minimal, self-contained, reproducible code. >> > > -- Eik Vettorazzi Department of Medical Biometry and Epidemiology University Medical Center Hamburg-Eppendorf Martinistrasse 52 building W 34 20246 Hamburg Phone: +49 (0) 40 7410 - 58243 Fax: +49 (0) 40 7410 - 57790 Web: www.uke.de/imbe -- _____________________________________________________________________...