search for: ogg_uint16_t

Displaying 12 results from an estimated 12 matches for "ogg_uint16_t".

Did you mean: ogg_int16_t
2005 Aug 20
0
[PATCH] remove some FZIGZAG
...te, 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_theora_state *_state,const int *_fragis, int _nfragis,int _dst_frame,int _src_frame,int _p...
2005 Jul 20
1
MMX IDCT for theora-exp
...t _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 *_offset0, int *_offset1,int _dx,int _dy,int _ystride,int _pli); -void oc_sta...
2006 Apr 19
0
making ices under Mac OS X
...eason when I tried > configuring libshout it died with this message: "configure:23903: > error: requisite Ogg Vorbis library not found." I looked through the > config.log file and found this error: > /usr/local/include/ogg/config_types.h:6: error: parse error before > 'ogg_uint16_t' > /usr/local/include/ogg/config_types.h:8: error: parse error before > 'ogg_uint32_t' > > I found /usr/local/include/ogg/config_types.h had the following: > /* these are filled in by configure */ > typedef int16_t ogg_int16_t; > typedef u_int16_t ogg_uint16_t; >...
2005 Aug 17
2
MMX loop filter for theora-exp
..., 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_init(oc_theora_state...
2003 Sep 10
1
libtheora bug
...D_REENTRANT -c dct_decode.c rm -f .libs/dct_decode.lo gcc -DPACKAGE=\"libtheora\" -DVERSION=\"0.0\" -DHAVE_DLFCN_H=1 -I. -I. -I../include -O2 -D_REENTRANT -c dct_decode.c -fPIC -DPIC -o .libs/dct_decode.lo dct_decode.c: In function `ExpandKFBlock': dct_decode.c:125: error: `ogg_uint16_t' undeclared (first use in this function) dct_decode.c:125: error: (Each undeclared identifier is reported only once dct_decode.c:125: error: for each function it appears in.) dct_decode.c:125: error: parse error before ')' token make[1]: *** [dct_decode.lo] Error 1 make[1]: Leaving dire...
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
2007 Jun 04
1
compile error with speex-1.2beta1
...enc.o ../../speex-1.2beta1/src/speexenc.c; \ then mv -f ".deps/speexenc.Tpo" ".deps/speexenc.Po"; else rm -f ".deps/speexenc.Tpo"; exit 1; fi In file included from ../../speex-1.2beta1/src/speexenc.c:62: ../../speex-1.2beta1/src/skeleton.h:29: syntax error before "ogg_uint16_t" ../../speex-1.2beta1/src/skeleton.h:29: warning: no semicolon at end of struct or union ../../speex-1.2beta1/src/skeleton.h:30: warning: data definition has no type or storage class ../../speex-1.2beta1/src/skeleton.h:39: syntax error before '}' token ../../speex-1.2beta1/src/skeleton...
2004 Mar 13
1
Ogg / Vorbis Compiling under W32 with MingW ** Problem **
...; ../include/ogg/os_types.h:41: warning: data definition has no type or storage class ../include/ogg/os_types.h:42: parse error before "ogg_int16_t" ../include/ogg/os_types.h:42: warning: data definition has no type or storage class ../include/ogg/os_types.h:43: parse error before "ogg_uint16_t" ../include/ogg/os_types.h:43: warning: data definition has no type or storage class In file included from framing.c:25: ../include/ogg/ogg.h:55: parse error before "ogg_int64_t" ../include/ogg/ogg.h:55: warning: no semicolon at end of struct or union ../include/ogg/ogg.h:72: parse...
2005 Jul 29
1
libshout build error
...conftest -g -O2 conftest.c -lvorbis -lm -lvorbisenc >&5 In file included from /usr/local/include/ogg/os_types.h:123, from /usr/local/include/ogg/ogg.h:24, from /usr/local/include/vorbis/codec.h:26, from conftest.c:52: /usr/local/include/ogg/config_types.h:6: error: parse error before 'ogg_uint16_t' /usr/local/include/ogg/config_types.h:8: error: parse error before 'ogg_uint32_t' configure:23230: $? = 1 configure: program exited with status 1 I'm using gcc 4.0. Thanks for your help. -- <Arthur/> -------------- next part -------------- An HTML attachment was scrubbe...
2005 Mar 23
0
[PATCH]
...due); + */ + + 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_filter_init(oc_theo...
2005 Mar 23
3
[PATCH] promised MMX patches rc1
...due); + */ + + 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_filter_init(oc_theo...
2004 Aug 24
5
MMX/mmxext optimisations
quite some speed improvement indeed. attached the updated patch to apply to svn/trunk. j -------------- next part -------------- A non-text attachment was scrubbed... Name: theora-mmx.patch.gz Type: application/x-gzip Size: 8648 bytes Desc: not available Url : http://lists.xiph.org/pipermail/theora-dev/attachments/20040824/5a5f2731/theora-mmx.patch-0001.bin