search for: ref_frame_data

Displaying 3 results from an estimated 3 matches for "ref_frame_data".

2012 Oct 10
5
Theora integration question
Hello, I am programmer working on a product which integrates Theora. I have a question regarding the memory use on some of the internals of Theora. Is this the right forum for this question, and if not, does anyone know where an appropriate place to ask is? Thanks Sam -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Mar 23
0
[PATCH]
...UMP_IMAGES) # include <stdio.h> # include "png.h" #endif - - /*Returns the fragment index of the top-left block in a macro block. This can be used to test whether or not the whole macro block is coded. _sb: The super block. @@ -497,9 +498,16 @@ _ogg_free(_state->ref_frame_data); } + +void restore_fpu(const oc_theora_state *_state) { _state->opt_vtable.restore_fpu(); } ; + +void restore_fpu__c(void) { } ; + int oc_state_init(oc_theora_state *_state,const theora_info *_info){ /*First validate the parameters.*/ if(_info==NULL)return OC_FAULT; + + /*The...
2005 Mar 23
3
[PATCH] promised MMX patches rc1
...UMP_IMAGES) # include <stdio.h> # include "png.h" #endif - - /*Returns the fragment index of the top-left block in a macro block. This can be used to test whether or not the whole macro block is coded. _sb: The super block. @@ -497,9 +498,16 @@ _ogg_free(_state->ref_frame_data); } + +void restore_fpu(const oc_theora_state *_state) { _state->opt_vtable.restore_fpu(); } ; + +void restore_fpu__c(void) { } ; + int oc_state_init(oc_theora_state *_state,const theora_info *_info){ /*First validate the parameters.*/ if(_info==NULL)return OC_FAULT; + + /*The...