Hi, good afternoon everybody! There are one problem that I faced with recently. How realize the change of font size in the example with DrawText of NDK5.3? Do...
More specifically, what is the most efficient way on the 3260 core that doesn't seem to have a specific instruction for it? Moreover, I really only care about...
Have you considered using the floating point hardware? Create a union of float and a UInt32. Cast the value to the float. The read back the exponent from the...
That is what I wanted to do but I was unclear on how exactly it was done. I had understood from what I had read that my integer was not supposed to have more...
Hi David, for problems like your, I can highly recommend the "Hacker's Delight" book http://www.hackersdelight.org/ discussing plenty of tricks. Frank ...
If you tested it and it works, then use it. The casting can be tricky if you don't get it the first time, but it looks like you got it. Chuck Peplinski ...
As I remember, Chris tried to have some vote about the exactly date and issues about TMUG2007. If it had been confirmed to hold on April, could we have an...
Dear David, One minor warning: Your variable "x" has to be declared "unsigned", otherwise, for obvious reasons, you might get incorrect results when most...
Hi, good afternoon everybody! There are one problem that I faced with recently. How to change the font size in the example with DrawText of NDK5.3? Can it...
Hello I am implementing an image processing filter. It's not a complicated function but there are about 20 multiplications and 20 additions/subtractions per...
You need to regenerate H files describing the font as a bitmap of the size you desire. You scale these fonts by providing different bitmaps. If you really...
There is a lot of material around about optimizations. Aside from taking Chris's class, I have collected the best and most up to date versions on the TCSHelp...
Try making the arrays restrict (if they actually are, and are not declared as such). One could say a lot more, this is a nice optimization case study, but one ...
It looks like TMUG 2007 will be in London, England, on April 19th and 20th. These dates are not yet quite confirmed (I have an oustanding query to resolve with...
Dear emptystate ;-) As Chris said, it is a nice case study. The way it is currently written, assuming without restricted pointers, it is going to require...
Hello, on my PNX1502 board with a embedded application I use the FGPO for the high speed data out transfer. In most cases everything works fine but sometimes I...
if it is happening when you enable FGPO then it is likely this: 3700 FGPO MBE error upon enable Description Upon enable the FGPO may generate an MBE error and...
some program code is written in C++ and c. uiError = tmosalTaskCreate(RTP_Video_Recv, Null, 40, 80000, &uiVideoRecvTaskHandle,"RVRC",tmosalTaskStarted); ...
Hi, Can anyone tell me how to get started with the PNX 1702 hardware board?. I have the NDK and TCS software installed. I want to integrate this with the...
I just installed the pnx 1700 board by MDS hardware and I ran the NDK5.bat file. I typed in the following command. -- dvpMon_Win1500.bat HelloWorld Many...
I see that you are running the 1500 build script even though you have a PNX1700. But that won't cause this problem. You should look closely at the three paths...
I purchased the board from MDS and had't installed the MDS software. I was trying to run the ndk5.bat file from the NDK directory while the same file exists in...
I'm using NDK4.3 and MPTK 1.1 When I first started working with the Trimedia stuff I read some documentation that led me to the erroneous conclusion that the ...
I'm sorry if this was a stupid question but I really don't know what is missing, setup incorrectly, or just plain wrong that I am getting this effect so any...
I would love to try to answer this on TCSHelp. I tried to contact you off list, but my email was rejected as "UBE". Chuck Peplinski TriMedia Tech Support for...
I see it. We'll get there ASAP. (UBE: Unsolicited Bulk Email) Chuck Peplinski TriMedia Tech Support for NXP Semiconductors ... [Non-text portions of this...
Hi, good morning everybody! Can it realize the display of Chinese characters with the DrawText component in the DrawText example of NDK5.3? How to realize it??...