search for: pic_y

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

Did you mean: pic_
2010 Jun 14
4
Live Stream Encoding
...keyframe_frequency = 0; th_info_init(&ti); ti.frame_width = ((480 + 15) >>4)<<4; ti.frame_height = ((320 + 15)>>4)<<4; ti.pic_width = 480; ti.pic_height = 320; ti.pic_x = 0; ti.pic_y = 0; ti.fps_numerator = 30; ti.fps_denominator = 1; ti.aspect_numerator = 0; ti.aspect_denominator = 0; ti.colorspace = TH_CS_UNSPECIFIED; ti.pixel_fmt = TH_PF_422; ti.target_bitrate = -1; ti.quality = 4...
2005 Mar 23
0
[PATCH]
...c_frag_recon_inter = &oc_frag_recon_inter__c; + _state->opt_vtable.oc_frag_recon_inter2 = &oc_frag_recon_inter2__c; + _state->opt_vtable.oc_state_frag_copy = &oc_state_frag_copy__c; + _state->opt_vtable.restore_fpu = &restore_fpu; + } + /*Invert the sense of pic_y to match Theora's right-handed coordinate system.*/ _state->info.pic_y=_info->frame_height-_info->pic_height-_info->pic_y; @@ -820,7 +850,7 @@ dst_ystride=_state->ref_frame_bufs[dst_framei][_pli].ystride; /*For now ystride values in all ref frames assumed to be equ...
2010 Apr 17
1
How to encode with frame offset ?
Hi all, looking at the theora spec, it says that it is possible to encode a video with a frame offset for the actual image. How is it possible to do that ? I don't see any option for it in the encoder_example. Regards, Salsaman. http://lives.sourceforge.net https://www.ohloh.net/accounts/salsaman -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Mar 23
3
[PATCH] promised MMX patches rc1
...c_frag_recon_inter = &oc_frag_recon_inter__c; + _state->opt_vtable.oc_frag_recon_inter2 = &oc_frag_recon_inter2__c; + _state->opt_vtable.oc_state_frag_copy = &oc_state_frag_copy__c; + _state->opt_vtable.restore_fpu = &restore_fpu; + } + /*Invert the sense of pic_y to match Theora's right-handed coordinate system.*/ _state->info.pic_y=_info->frame_height-_info->pic_height-_info->pic_y; @@ -820,7 +850,7 @@ dst_ystride=_state->ref_frame_bufs[dst_framei][_pli].ystride; /*For now ystride values in all ref frames assumed to be equ...