search for: oc_fragment_plan

Displaying 4 results from an estimated 4 matches for "oc_fragment_plan".

Did you mean: oc_fragment_plane
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
...li,int _fragy0,int _fragy_end){ + _state->opt_vtable.oc_state_loop_filter_frag_rows(_state,_bv,_refi, + _pli,_fragy0,_fragy_end); +} + +void oc_state_loop_filter_frag_rows_c(oc_theora_state *_state,int *_bv, + int _refi,int _pli,int _fragy0,int _fragy_end){ theora_img_plane *iplane; oc_fragment_plane *fplane; oc_fragment *frag_top; @@ -987,6 +996,7 @@ oc_fragment *frag_end; oc_fragment *frag0_end; oc_fragment *frag_bot; + _bv+=256; iplane=_state->ref_frame_bufs[_refi]+_pli; fplane=_state->fplanes+_pli; /*The following loops are constructed so...
2005 Mar 23
0
[PATCH]
...*_src2, int _src2_ystride,const ogg_int16_t *_residue){ int i; diff -Naur theora-exp/lib/internal.h theora-rel/lib/internal.h --- theora-exp/lib/internal.h 2005-03-23 08:54:44.185816320 +0100 +++ theora-rel/lib/internal.h 2005-03-23 09:06:23.000000000 +0100 @@ -219,6 +219,21 @@ int nsbs; }oc_fragment_plane; +struct oc_theora_state; + +typedef struct { +/* This shared (decoder and encoder) functions have accelerated variants */ +void (* oc_frag_recon_intra) (unsigned char *_dst,int _dst_ystride, + const ogg_int16_t *_residue); +void (* oc_frag_recon_inter) (unsigned char *_dst,int _dst_ystride, + c...
2005 Mar 23
3
[PATCH] promised MMX patches rc1
...*_src2, int _src2_ystride,const ogg_int16_t *_residue){ int i; diff -Naur theora-exp/lib/internal.h theora-rel/lib/internal.h --- theora-exp/lib/internal.h 2005-03-23 08:54:44.185816320 +0100 +++ theora-rel/lib/internal.h 2005-03-23 09:06:23.000000000 +0100 @@ -219,6 +219,21 @@ int nsbs; }oc_fragment_plane; +struct oc_theora_state; + +typedef struct { +/* This shared (decoder and encoder) functions have accelerated variants */ +void (* oc_frag_recon_intra) (unsigned char *_dst,int _dst_ystride, + const ogg_int16_t *_residue); +void (* oc_frag_recon_inter) (unsigned char *_dst,int _dst_ystride, + c...