search for: _last_zzi

Displaying 9 results from an estimated 9 matches for "_last_zzi".

2005 Aug 20
0
[PATCH] remove some FZIGZAG
...39:38.797310000 +0200 @@ -239,7 +239,7 @@ void (*state_frag_copy)(const oc_theora_state *_state, const int *_fragis,int _nfragis,int _dst_frame,int _src_frame,int _pli); void (*state_frag_recon)(oc_theora_state *_state,const oc_fragment *_frag, - int _pli,ogg_int16_t _dct_coeffs[64],int _last_zzi,int _ncoefs, + int _pli,ogg_int16_t _dct_coeffs[128],int _last_zzi,int _ncoefs, ogg_uint16_t _dc_iquant,const ogg_uint16_t _ac_iquant[64]); void (*restore_fpu)(void); void (*oc_state_loop_filter_frag_rows)(oc_theora_state *_state,int *_bv, @@ -409,7 +409,7 @@ void oc_state_frag_copy(co...
2007 Sep 26
1
Theora decoding problem on PowerPC
...out of bounds>, _dst_ystride=110, _src1=0x0, _src1_ystride=0, _src2=0xffffffff <Address 0xffffffff out of bounds>, _src2_ystride=55, _residue=0x6e) at dec/fragment.c:64 #2 0x0ffcbfcc in oc_state_frag_recon_c (_state=0x1002f988, _frag=0x4, _pli=805491056, _dct_coeffs=0x37, _last_zzi=-24576, _ncoefs=-1, _dc_iquant=0, _ac_iquant=0x6e) at dec/state.c:888 #3 0x0ffcbfcc in oc_state_frag_recon_c (_state=0x1002f988, _frag=0x4, _pli=805491056, _dct_coeffs=0x37, _last_zzi=-24576, _ncoefs=-1, _dc_iquant=0, _ac_iquant=0x6e) at dec/state.c:888 #4 0x0ffcbfcc in oc_state_frag_recon...
2010 May 18
2
idct8x8 C version in libtheora1.1 release
When using the IDCT routines, the C version [ lib/idct.c: oc_idct8x8_c(ogg_int16_t _y[64],int _last_zzi)] in libtheora 1.1.1, the decoded image is garbled. Is it functionally equivalent to the MMX optimized version [lib/x86/mmxidct.c: oc_idct8x8_mmx(ogg_int16_t _y[64],int _last_zzi)] ? I used some of the Theora video files from here: http://wiki.xiph.org/index.php/List_of_Theora_videos for testing w...
2005 Jul 20
1
MMX IDCT for theora-exp
...eora_state *_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...
2010 Jul 24
2
theorarm build
Hi all-- I tried building the ARM-optimized theora codec from the theorarm- merge-branch, and encountered the following compile and runtime problems before getting something to run. If there is another way to build it, it would be nice to know, but I got the sense that its current state in svn is incomplete. I'm using a gcc cross-compiler for ARM on an x86 Linux PC. After running
2005 Aug 17
2
MMX loop filter for theora-exp
.../*To fill the borders, we have an additional two pixel delay, since a diff -Naur a/lib/internal.h b/lib/internal.h --- a/lib/internal.h 2005-08-17 09:29:57.318872500 +0200 +++ b/lib/internal.h 2005-08-17 10:05:34.076411500 +0200 @@ -242,6 +242,8 @@ 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]); void (*restore_fpu)(void); + void (*oc_state_loop_filter_frag_rows)(oc_theora_state *_state,int *_bv, + int _refi,int _pli,int _fragy0,int _fragy_end); }oc_base_opt_vtable; @@ -391,8 +393,6 @@ int oc_state_lo...
2011 Mar 28
1
idct/fdct.c function calls
Hi. I am trying to find calls of idct/fdct.c functions by tracing png2theora.c calls. But found only: analyze.c:oc_dct_cost2() Where and when idct/fdct/mmxidct/mmxfdct.c functions are used? Mentions of "dct" word: ==== pacify at optima-amd64:/usr/src/libtheora-1.2.0alpha1/lib$ grep dct *.c | cut -f1 -d":" | uniq -c ???? 19 analyze.c ???? 28 decode.c ???? 22 encode.c ????? 4
2005 Mar 23
0
[PATCH]
...,const ogg_int16_t *_residue); + */ + + int oc_frag_pred_dc(const oc_fragment *_frag, const oc_fragment_plane *_fplane,int _x,int _y,int _pred_last[3]); @@ -368,8 +392,10 @@ 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]); -void oc_state_frag_copy(const oc_theora_state *_state,const int *_fragis, + +/*void oc_state_frag_copy(const oc_theora_state *_state,const int *_fragis, int _nfragis,int _dst_frame,int _src_frame,int _pli); +*/ int oc_st...
2005 Mar 23
3
[PATCH] promised MMX patches rc1
...,const ogg_int16_t *_residue); + */ + + int oc_frag_pred_dc(const oc_fragment *_frag, const oc_fragment_plane *_fplane,int _x,int _y,int _pred_last[3]); @@ -368,8 +392,10 @@ 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]); -void oc_state_frag_copy(const oc_theora_state *_state,const int *_fragis, + +/*void oc_state_frag_copy(const oc_theora_state *_state,const int *_fragis, int _nfragis,int _dst_frame,int _src_frame,int _pli); +*/ int oc_st...