search for: _bv

Displaying 6 results from an estimated 6 matches for "_bv".

Did you mean: _b
2005 Aug 17
2
MMX loop filter for theora-exp
...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_init(oc_theora_state *_state,int *_bv); void oc_state_loop_filter(oc_theora_state *_state,int _frame); -void oc_state_loop_filter_frag_rows(oc_theora_state *_state,int *_b...
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 20
0
[PATCH] remove some FZIGZAG
...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_theora_state *_state,const int *_fragis, int _nfragis,int _dst_frame,int _src_frame,int _pli); 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, + int...
2005 Mar 23
0
[PATCH]
...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_filter_init(oc_theora_state *_state,int *_bv); void oc_state_loop_filter(oc_theora_state *_state,int _frame); void oc_state_loop_filter_frag_rows(oc_theora_state *_state,int *_bv, @@ -379,4 +405,45 @@ const char *_suf); #endif +void oc_frag_recon_intra__c(unsigned char *_dst,int _dst_ystride, + const ogg_int16_t *_residue); +void oc_fr...
2005 Mar 23
3
[PATCH] promised MMX patches rc1
...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_filter_init(oc_theora_state *_state,int *_bv); void oc_state_loop_filter(oc_theora_state *_state,int _frame); void oc_state_loop_filter_frag_rows(oc_theora_state *_state,int *_bv, @@ -379,4 +405,45 @@ const char *_suf); #endif +void oc_frag_recon_intra__c(unsigned char *_dst,int _dst_ystride, + const ogg_int16_t *_residue); +void oc_fr...
2005 Jul 20
1
MMX IDCT for theora-exp
...x,int _dy,int _ystride,int _pli); -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]); int oc_state_loop_filter_init(oc_theora_state *_state,int *_bv); void oc_state_loop_filter(oc_theora_state *_state,int _frame); @@ -421,5 +421,8 @@ void oc_state_frag_copy_c(const oc_theora_state *_state,const int *_fragis, int _nfragis,int _dst_frame,int _src_frame,int _pli); void oc_restore_fpu_c(void); +void oc_state_frag_recon_c(oc_theora_state *_stat...