search for: u224

Displaying 5 results from an estimated 5 matches for "u224".

Did you mean: 224
2004 Sep 04
1
Oh323, Please Help Newbie ;(
...rames=20 codec=GSM0610 frames=4 /////////////////////////////////////////////// /////////////////////////////////////////////// Extension.conf [general] static=yes writeprotect=no [default] ;Xlite exten => 224,1,SetLanguage(de) exten => 224,2,Dial(SIP/xlite1,10) exten => 224,3,Voicemail(u224) exten => 224,102,Voicemail(b224) exten => 224,103,Hangup ;Openphone (H.323) exten => 223,1,SetLanguage(de) exten => 223,2,Dial(OH323/193.25.30.223,15) exten => 223,3,Voicemail(u223) exten => 223,102,Voicemail(b223) exten => 223,103,Hangup Thanks. _____...
2013 Dec 07
1
H.264 engine differences between fermi and tesla cards
...} refs[0x10]; > > uint8_t m4x4[6][16]; // 140 > uint8_t m8x8[2][64]; // 1a0 > // most of the remaining is MVC or SVC setup info, filled zero if not MVC or SVC > uint32_t u220; // 220 number of extra reorder_list to append? > uint8_t u224[0x20]; // 224..244 reorder_list append ? > uint8_t nfi244[0xb0]; // add some pad to make sure nulls are read > };
2013 Nov 30
2
H.264 engine differences between fermi and tesla cards
On Thu, Nov 21, 2013 at 5:22 PM, Ilia Mirkin <imirkin at alum.mit.edu> wrote: > On Thu, Nov 21, 2013 at 5:07 PM, Benjamin Morris <bmorris at nvidia.com> wrote: >> On 11/19/2013 08:16 PM, Ilia Mirkin wrote: >>> Hello, >>> >>> I hope this is an appropriate style of request for this forum. I added >>> code to support video decoding on the tesla
2013 Dec 07
0
H.264 engine differences between fermi and tesla cards
...31 uint32_t field_order_cnt[2]; // 04,08 uint32_t frame_idx; // 0c } refs[0x10]; uint8_t m4x4[6][16]; // 140 uint8_t m8x8[2][64]; // 1a0 // most of the remaining is MVC or SVC setup info, filled zero if not MVC or SVC uint32_t u220; // 220 number of extra reorder_list to append? uint8_t u224[0x20]; // 224..244 reorder_list append ? uint8_t nfi244[0xb0]; // add some pad to make sure nulls are read };
2013 Aug 11
10
[PATCH 00/10] Add support for MPEG2 and VC-1 on VP3/VP4 for NV98-NVAF
As it turns out, with the proprietary firmware, the VP3 and VP4 interfaces are identical. Furthermore, this is all already implemented for nvc0. So these patches (a) move the easily sharable bits of the nvc0 implementation into the nouveau directory, and then (b) implement the other parts in nv50. The non-shared parts are still largely copies, but there are some differences, not the least of which