Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~4K People Reached
Favorite Tags
Member Avatar for Falcon143

/* Hi, In my process of C code optimization*/ Clip(int Val) { return (curr < 0 ? : ((curr > 255) ? 255 : curr)); } /* I want the int value to be clipped between 0 to 255. Is there any other way to optimize above code snippet? */

Member Avatar for Banfa
0
2K
Member Avatar for Falcon143

/*Hi, I was trying to optimize my application in C. In that process to reduce the complexity at condition checks which of the below is efficient,*/ if(bFlag1 && !(Var == 1) && bFlag2) //or if(bFlag1 & !(Var == 1) & bFlag2)

Member Avatar for Falcon143
0
175
Member Avatar for Falcon143

Hi friends, Please suggest me how to display the line number in C program. without using predefined macros, or windows library files.

Member Avatar for nmaillet
0
2K
Member Avatar for Falcon143

Hi, when ever i login to my system it prompt me to activate my XP sp3 pack. But my administrator is already activated it. when ever i login into administrator account it ask weather to activate it or not(yes or no) when i press yes it is not responding. so …

Member Avatar for cunnijo
0
118
Member Avatar for Falcon143

Can any 1 suggest me the C code logic on 420 to 422 subsampling convertion on YUV video......(on [B]Macro block basis[/B] NOT on frame basis).

Member Avatar for ravenous
0
40