Displaying 6 results from an estimated 6 matches for "_ncoefs".
2005 Aug 20
0
[PATCH] remove some FZIGZAG
...0 +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(const oc_theor...
2007 Sep 26
1
Theora decoding problem on PowerPC
..., _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_c (_state=0x100...
2005 Jul 20
1
MMX IDCT for theora-exp
...tate,
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 *_state,int...
2005 Aug 17
2
MMX loop filter for theora-exp
...l 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_loop_filter_in...
2005 Mar 23
0
[PATCH]
...16_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_state_loop_fil...
2005 Mar 23
3
[PATCH] promised MMX patches rc1
...16_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_state_loop_fil...